#421627

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

Shades of Blackberry #421627

Tints of Blackberry #421627

Color information

#421627 (or 0x421627) is unknown color: approx Blackberry. HEX triplet: 42, 16 and 27. RGB value is (66,22,39). Sum of RGB (Red+Green+Blue) = 66+22+39=127 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.97% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 39 (15.62% from 255 or 30.71% from 127); Max value from RGB is 66 - color contains mainly: red. Hex color #421627 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421627 is #BDE9D8. Grayscale: #252525. Windows color (decimal): -12446169 or 2561602. OLE color: 2561602.

HSL color Cylindrical-coordinate representation of color #421627: hue angle of 336.82º 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 #421627 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.74.

Color convert

RGB662239-
CMYK00.670.410.74
HSL336.82º50%17.25%-
HSV(B)336.82º66.67%25.88%-
XYZ2.91.882.13-
YUV37.09129.08148.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 51.97%
GREEN value IS 22 (8.98% from 255) = 17.32%
BLUE value IS 39 (15.62% from 255) = 30.71%
R=51.97%
G=17.32%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.41
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66223900.670.410.74336.825017.25
Hex421627043294A1513211
Octal10226470103511125216221
Binary10000101011010011101000011101001100101010101000111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421627; }

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

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

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

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

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

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

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

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