#430C39

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

Shades of Blackberry #430C39

Tints of Blackberry #430C39

Color information

#430C39 (or 0x430C39) is unknown color: approx Blackberry. HEX triplet: 43, 0C and 39. RGB value is (67,12,57). Sum of RGB (Red+Green+Blue) = 67+12+57=136 (18% of max value = 765). Red value is 67 (26.56% from 255 or 49.26% from 136); Green value is 12 (5.08% from 255 or 8.82% from 136); Blue value is 57 (22.66% from 255 or 41.91% from 136); Max value from RGB is 67 - color contains mainly: red. Hex color #430C39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430C39 is #BCF3C6. Grayscale: #212121. Windows color (decimal): -12383175 or 3738691. OLE color: 3738691.

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

Color convert

RGB671257-
CMYK00.820.150.74
HSL310.91º69.62%15.49%-
HSV(B)310.91º82.09%26.27%-
XYZ3.181.754.04-
YUV33.57141.22151.84-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 49.26%
GREEN value IS 12 (5.08% from 255) = 8.82%
BLUE value IS 57 (22.66% from 255) = 41.91%
R=49.26%
G=8.82%
B=41.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.15
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67125700.820.150.74310.9169.6215.49
Hex43C39052F4A13746f
Octal103147101221711246710617
Binary10000111100111001010100101111100101010011011110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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