#430124

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

Shades of Blackberry #430124

Tints of Blackberry #430124

Color information

#430124 (or 0x430124) is unknown color: approx Blackberry. HEX triplet: 43, 01 and 24. RGB value is (67,1,36). Sum of RGB (Red+Green+Blue) = 67+1+36=104 (13% of max value = 765). Red value is 67 (26.56% from 255 or 64.42% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 36 (14.45% from 255 or 34.62% from 104); Max value from RGB is 67 - color contains mainly: red. Hex color #430124 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430124 is #BCFEDB. Grayscale: #181818. Windows color (decimal): -12386012 or 2359619. OLE color: 2359619.

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

Color convert

RGB67136-
CMYK00.990.460.74
HSL328.18º97.06%13.33%-
HSV(B)328.18º98.51%26.27%-
XYZ2.641.341.79-
YUV24.72134.37158.15-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 64.42%
GREEN value IS 1 (0.78% from 255) = 0.96%
BLUE value IS 36 (14.45% from 255) = 34.62%
R=64.42%
G=0.96%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.46
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6713600.990.460.74328.1897.0613.33
Hex431240632E4A14861d
Octal10314401435611251014115
Binary1000011110010001100011101110100101010100100011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430124; }

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

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

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

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

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

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

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

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