#421425

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

Shades of Blackberry #421425

Tints of Blackberry #421425

Color information

#421425 (or 0x421425) is unknown color: approx Blackberry. HEX triplet: 42, 14 and 25. RGB value is (66,20,37). Sum of RGB (Red+Green+Blue) = 66+20+37=123 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.66% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 37 (14.84% from 255 or 30.08% from 123); Max value from RGB is 66 - color contains mainly: red. Hex color #421425 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421425 is #BDEBDA. Grayscale: #232323. Windows color (decimal): -12446683 or 2430018. OLE color: 2430018.

HSL color Cylindrical-coordinate representation of color #421425: hue angle of 337.83º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #421425 is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.74.

Color convert

RGB662037-
CMYK00.700.440.74
HSL337.83º53.49%16.86%-
HSV(B)337.83º69.7%25.88%-
XYZ2.831.791.95-
YUV35.69128.74149.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 53.66%
GREEN value IS 20 (8.20% from 255) = 16.26%
BLUE value IS 37 (14.84% from 255) = 30.08%
R=53.66%
G=16.26%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.44
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66203700.700.440.74337.8353.4916.86
Hex4214250462C4A1523511
Octal10224450106541125226521
Binary10000101010010010101000110101100100101010101001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421425; }

 p { color: rgb(66,20,37); }

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

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

 a { background-color: rgb(66,20,37); }

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

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

 span { border-color: rgb(66,20,37); }

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