#430C28

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

Shades of Blackberry #430C28

Tints of Blackberry #430C28

Color information

#430C28 (or 0x430C28) is unknown color: approx Blackberry. HEX triplet: 43, 0C and 28. RGB value is (67,12,40). Sum of RGB (Red+Green+Blue) = 67+12+40=119 (15% of max value = 765). Red value is 67 (26.56% from 255 or 56.30% from 119); Green value is 12 (5.08% from 255 or 10.08% from 119); Blue value is 40 (16.02% from 255 or 33.61% from 119); Max value from RGB is 67 - color contains mainly: red. Hex color #430C28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430C28 is #BCF3D7. Grayscale: #1F1F1F. Windows color (decimal): -12383192 or 2624579. OLE color: 2624579.

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

Color convert

RGB671240-
CMYK00.820.400.74
HSL329.45º69.62%15.49%-
HSV(B)329.45º82.09%26.27%-
XYZ2.831.612.17-
YUV31.64132.72153.22-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 56.30%
GREEN value IS 12 (5.08% from 255) = 10.08%
BLUE value IS 40 (16.02% from 255) = 33.61%
R=56.30%
G=10.08%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.40
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67124000.820.400.74329.4569.6215.49
Hex43C28052284A14946f
Octal103145001225011251110617
Binary1000011110010100001010010101000100101010100100110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,12,40); }

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

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

 a { background-color: rgb(67,12,40); }

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

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

 span { border-color: rgb(67,12,40); }

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