#43112A

Color #43112A Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #43112A

Tints of Blackberry #43112A

Color information

#43112A (or 0x43112A) is unknown color: approx Blackberry. HEX triplet: 43, 11 and 2A. RGB value is (67,17,42). Sum of RGB (Red+Green+Blue) = 67+17+42=126 (16% of max value = 765). Red value is 67 (26.56% from 255 or 53.17% from 126); Green value is 17 (7.03% from 255 or 13.49% from 126); Blue value is 42 (16.80% from 255 or 33.33% from 126); Max value from RGB is 67 - color contains mainly: red. Hex color #43112A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43112A is #BCEED5. Grayscale: #222222. Windows color (decimal): -12381910 or 2756931. OLE color: 2756931.

HSL color Cylindrical-coordinate representation of color #43112A: hue angle of 330º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #43112A is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.74.

Color convert

RGB671742-
CMYK00.750.370.74
HSL330º59.52%16.47%-
HSV(B)330º74.63%26.27%-
XYZ2.931.762.38-
YUV34.8132.06150.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 67 (26.56% from 255) = 53.17%
GREEN value IS 17 (7.03% from 255) = 13.49%
BLUE value IS 42 (16.80% from 255) = 33.33%
R=53.17%
G=13.49%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.37
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67174200.750.370.7433059.5216.47
Hex43112A04B254A14a3c10
Octal10321520113451125127420
Binary10000111000110101001001011100101100101010100101011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43112A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43112A; }

 p { color: rgb(67,17,42); }

 H1.HeaderClassName
 {
   color: #43112A;
 }
 .AnyTagClassName
 {
   color: #43112A;
 }
</style>
background-color css

<style>
 a { background-color: #43112A; }

 a { background-color: rgb(67,17,42); }

 div.DivClassName
 {
   background-color: #43112A;
 }
 .BgClassName
 {
   background-color: #43112A;
 }
</style>
border-color css

<style>
 span { border-color: #43112A; }

 span { border-color: rgb(67,17,42); }

 td.TdClassName
 {
   border-color: #43112A;
 }
 .TagClassName
 {
   border-color: #43112A;
 }
</style>