#430924

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

Shades of Blackberry #430924

Tints of Blackberry #430924

Color information

#430924 (or 0x430924) is unknown color: approx Blackberry. HEX triplet: 43, 09 and 24. RGB value is (67,9,36). Sum of RGB (Red+Green+Blue) = 67+9+36=112 (14% of max value = 765). Red value is 67 (26.56% from 255 or 59.82% from 112); Green value is 9 (3.91% from 255 or 8.04% from 112); Blue value is 36 (14.45% from 255 or 32.14% from 112); Max value from RGB is 67 - color contains mainly: red. Hex color #430924 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430924 is #BCF6DB. Grayscale: #1D1D1D. Windows color (decimal): -12383964 or 2361667. OLE color: 2361667.

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

Color convert

RGB67936-
CMYK00.870.460.74
HSL332.07º76.32%14.9%-
HSV(B)332.07º86.57%26.27%-
XYZ2.731.521.82-
YUV29.42131.72154.8-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 59.82%
GREEN value IS 9 (3.91% from 255) = 8.04%
BLUE value IS 36 (14.45% from 255) = 32.14%
R=59.82%
G=8.04%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.46
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6793600.870.460.74332.0776.3214.9
Hex439240572E4A14c4cf
Octal103114401275611251411417
Binary1000011100110010001010111101110100101010100110010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430924; }

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

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

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

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

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

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

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

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