#421739

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

Shades of Blackberry #421739

Tints of Blackberry #421739

Color information

#421739 (or 0x421739) is unknown color: approx Blackberry. HEX triplet: 42, 17 and 39. RGB value is (66,23,57). Sum of RGB (Red+Green+Blue) = 66+23+57=146 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.21% from 146); Green value is 23 (9.38% from 255 or 15.75% from 146); Blue value is 57 (22.66% from 255 or 39.04% from 146); Max value from RGB is 66 - color contains mainly: red. Hex color #421739 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421739 is #BDE8C6. Grayscale: #272727. Windows color (decimal): -12445895 or 3741506. OLE color: 3741506.

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

Color convert

RGB662357-
CMYK00.650.140.74
HSL312.56º48.31%17.45%-
HSV(B)312.56º65.15%25.88%-
XYZ3.292.074.1-
YUV39.73137.75146.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 45.21%
GREEN value IS 23 (9.38% from 255) = 15.75%
BLUE value IS 57 (22.66% from 255) = 39.04%
R=45.21%
G=15.75%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.14
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66235700.650.140.74312.5648.3117.45
Hex421739041E4A1393011
Octal10227710101161124716021
Binary100001010111111001010000011110100101010011100111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421739; }

 p { color: rgb(66,23,57); }

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

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

 a { background-color: rgb(66,23,57); }

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

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

 span { border-color: rgb(66,23,57); }

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