#430824

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

Shades of Blackberry #430824

Tints of Blackberry #430824

Color information

#430824 (or 0x430824) is unknown color: approx Blackberry. HEX triplet: 43, 08 and 24. RGB value is (67,8,36). Sum of RGB (Red+Green+Blue) = 67+8+36=111 (14% of max value = 765). Red value is 67 (26.56% from 255 or 60.36% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 36 (14.45% from 255 or 32.43% from 111); Max value from RGB is 67 - color contains mainly: red. Hex color #430824 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430824 is #BCF7DB. Grayscale: #1C1C1C. Windows color (decimal): -12384220 or 2361411. OLE color: 2361411.

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

Color convert

RGB67836-
CMYK00.880.460.74
HSL331.53º78.67%14.71%-
HSV(B)331.53º88.06%26.27%-
XYZ2.721.491.81-
YUV28.83132.05155.22-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 60.36%
GREEN value IS 8 (3.52% from 255) = 7.21%
BLUE value IS 36 (14.45% from 255) = 32.43%
R=60.36%
G=7.21%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.46
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6783600.880.460.74331.5378.6714.71
Hex438240582E4A14c4ff
Octal103104401305611251411717
Binary1000011100010010001011000101110100101010100110010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430824; }

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

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

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

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

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

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

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

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