#430B2C

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

Shades of Blackberry #430B2C

Tints of Blackberry #430B2C

Color information

#430B2C (or 0x430B2C) is unknown color: approx Blackberry. HEX triplet: 43, 0B and 2C. RGB value is (67,11,44). Sum of RGB (Red+Green+Blue) = 67+11+44=122 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.92% from 122); Green value is 11 (4.69% from 255 or 9.02% from 122); Blue value is 44 (17.58% from 255 or 36.07% from 122); Max value from RGB is 67 - color contains mainly: red. Hex color #430B2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430B2C is #BCF4D3. Grayscale: #1F1F1F. Windows color (decimal): -12383444 or 2886467. OLE color: 2886467.

HSL color Cylindrical-coordinate representation of color #430B2C: hue angle of 324.64º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #430B2C is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.74.

Color convert

RGB671144-
CMYK00.840.340.74
HSL324.64º71.79%15.29%-
HSV(B)324.64º83.58%26.27%-
XYZ2.891.612.54-
YUV31.51135.05153.32-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 54.92%
GREEN value IS 11 (4.69% from 255) = 9.02%
BLUE value IS 44 (17.58% from 255) = 36.07%
R=54.92%
G=9.02%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.34
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67114400.840.340.74324.6471.7915.29
Hex43B2C054224A14548f
Octal103135401244211250511017
Binary1000011101110110001010100100010100101010100010110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430B2C; }

 p { color: rgb(67,11,44); }

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

<style>
 a { background-color: #430B2C; }

 a { background-color: rgb(67,11,44); }

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

<style>
 span { border-color: #430B2C; }

 span { border-color: rgb(67,11,44); }

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