#421639

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

Shades of Blackberry #421639

Tints of Blackberry #421639

Color information

#421639 (or 0x421639) is unknown color: approx Blackberry. HEX triplet: 42, 16 and 39. RGB value is (66,22,57). Sum of RGB (Red+Green+Blue) = 66+22+57=145 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.52% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 57 (22.66% from 255 or 39.31% from 145); Max value from RGB is 66 - color contains mainly: red. Hex color #421639 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421639 is #BDE9C6. Grayscale: #272727. Windows color (decimal): -12446151 or 3741250. OLE color: 3741250.

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

Color convert

RGB662257-
CMYK00.670.140.74
HSL312.27º50%17.25%-
HSV(B)312.27º66.67%25.88%-
XYZ3.272.034.09-
YUV39.15138.08147.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 45.52%
GREEN value IS 22 (8.98% from 255) = 15.17%
BLUE value IS 57 (22.66% from 255) = 39.31%
R=45.52%
G=15.17%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.14
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66225700.670.140.74312.275017.25
Hex421639043E4A1383211
Octal10226710103161124706221
Binary100001010110111001010000111110100101010011100011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421639; }

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

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

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

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

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

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

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

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