#430C35

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

Shades of Blackberry #430C35

Tints of Blackberry #430C35

Color information

#430C35 (or 0x430C35) is unknown color: approx Blackberry. HEX triplet: 43, 0C and 35. RGB value is (67,12,53). Sum of RGB (Red+Green+Blue) = 67+12+53=132 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.76% from 132); Green value is 12 (5.08% from 255 or 9.09% from 132); Blue value is 53 (21.09% from 255 or 40.15% from 132); Max value from RGB is 67 - color contains mainly: red. Hex color #430C35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430C35 is #BCF3CA. Grayscale: #212121. Windows color (decimal): -12383179 or 3476547. OLE color: 3476547.

HSL color Cylindrical-coordinate representation of color #430C35: hue angle of 315.27º 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 #430C35 is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.74.

Color convert

RGB671253-
CMYK00.820.210.74
HSL315.27º69.62%15.49%-
HSV(B)315.27º82.09%26.27%-
XYZ3.091.713.54-
YUV33.12139.22152.17-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 50.76%
GREEN value IS 12 (5.08% from 255) = 9.09%
BLUE value IS 53 (21.09% from 255) = 40.15%
R=50.76%
G=9.09%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.21
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67125300.820.210.74315.2769.6215.49
Hex43C35052154A13b46f
Octal103146501222511247310617
Binary100001111001101010101001010101100101010011101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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