#430624

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

Shades of Blackberry #430624

Tints of Blackberry #430624

Color information

#430624 (or 0x430624) is unknown color: approx Blackberry. HEX triplet: 43, 06 and 24. RGB value is (67,6,36). Sum of RGB (Red+Green+Blue) = 67+6+36=109 (14% of max value = 765). Red value is 67 (26.56% from 255 or 61.47% from 109); Green value is 6 (2.73% from 255 or 5.50% from 109); Blue value is 36 (14.45% from 255 or 33.03% from 109); Max value from RGB is 67 - color contains mainly: red. Hex color #430624 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430624 is #BCF9DB. Grayscale: #1B1B1B. Windows color (decimal): -12384732 or 2360899. OLE color: 2360899.

HSL color Cylindrical-coordinate representation of color #430624: hue angle of 330.49º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #430624 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.74.

Color convert

RGB67636-
CMYK00.910.460.74
HSL330.49º83.56%14.31%-
HSV(B)330.49º91.04%26.27%-
XYZ2.71.451.81-
YUV27.66132.71156.06-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 61.47%
GREEN value IS 6 (2.73% from 255) = 5.50%
BLUE value IS 36 (14.45% from 255) = 33.03%
R=61.47%
G=5.50%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.46
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6763600.910.460.74330.4983.5614.31
Hex4362405B2E4A14a54e
Octal10364401335611251212416
Binary100001111010010001011011101110100101010100101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430624; }

 p { color: rgb(67,6,36); }

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

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

 a { background-color: rgb(67,6,36); }

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

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

 span { border-color: rgb(67,6,36); }

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