#43112D

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

Shades of Blackberry #43112D

Tints of Blackberry #43112D

Color information

#43112D (or 0x43112D) is unknown color: approx Blackberry. HEX triplet: 43, 11 and 2D. RGB value is (67,17,45). Sum of RGB (Red+Green+Blue) = 67+17+45=129 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.94% from 129); Green value is 17 (7.03% from 255 or 13.18% from 129); Blue value is 45 (17.97% from 255 or 34.88% from 129); Max value from RGB is 67 - color contains mainly: red. Hex color #43112D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43112D is #BCEED2. Grayscale: #232323. Windows color (decimal): -12381907 or 2953539. OLE color: 2953539.

HSL color Cylindrical-coordinate representation of color #43112D: hue angle of 326.4º 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 #43112D is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.74.

Color convert

RGB671745-
CMYK00.750.330.74
HSL326.4º59.52%16.47%-
HSV(B)326.4º74.63%26.27%-
XYZ2.991.782.67-
YUV35.14133.56150.72-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 51.94%
GREEN value IS 17 (7.03% from 255) = 13.18%
BLUE value IS 45 (17.97% from 255) = 34.88%
R=51.94%
G=13.18%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.33
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67174500.750.330.74326.459.5216.47
Hex43112D04B214A1463c10
Octal10321550113411125067420
Binary10000111000110110101001011100001100101010100011011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43112D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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