#421937

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

Shades of Blackberry #421937

Tints of Blackberry #421937

Color information

#421937 (or 0x421937) is unknown color: approx Blackberry. HEX triplet: 42, 19 and 37. RGB value is (66,25,55). Sum of RGB (Red+Green+Blue) = 66+25+55=146 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.21% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 55 (21.88% from 255 or 37.67% from 146); Max value from RGB is 66 - color contains mainly: red. Hex color #421937 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421937 is #BDE6C8. Grayscale: #282828. Windows color (decimal): -12445385 or 3610946. OLE color: 3610946.

HSL color Cylindrical-coordinate representation of color #421937: hue angle of 316.1º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #421937 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.74.

Color convert

RGB662555-
CMYK00.620.170.74
HSL316.1º45.05%17.84%-
HSV(B)316.1º62.12%25.88%-
XYZ3.282.133.85-
YUV40.68136.08146.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 45.21%
GREEN value IS 25 (10.16% from 255) = 17.12%
BLUE value IS 55 (21.88% from 255) = 37.67%
R=45.21%
G=17.12%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.17
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66255500.620.170.74316.145.0517.84
Hex42193703E114A13c2d12
Octal1023167076211124745522
Binary100001011001110111011111010001100101010011110010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421937; }

 p { color: rgb(66,25,55); }

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

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

 a { background-color: rgb(66,25,55); }

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

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

 span { border-color: rgb(66,25,55); }

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