#421628

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

Shades of Blackberry #421628

Tints of Blackberry #421628

Color information

#421628 (or 0x421628) is unknown color: approx Blackberry. HEX triplet: 42, 16 and 28. RGB value is (66,22,40). Sum of RGB (Red+Green+Blue) = 66+22+40=128 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.56% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 40 (16.02% from 255 or 31.25% from 128); Max value from RGB is 66 - color contains mainly: red. Hex color #421628 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421628 is #BDE9D7. Grayscale: #252525. Windows color (decimal): -12446168 or 2627138. OLE color: 2627138.

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

Color convert

RGB662240-
CMYK00.670.390.74
HSL335.45º50%17.25%-
HSV(B)335.45º66.67%25.88%-
XYZ2.921.892.22-
YUV37.21129.58148.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 51.56%
GREEN value IS 22 (8.98% from 255) = 17.19%
BLUE value IS 40 (16.02% from 255) = 31.25%
R=51.56%
G=17.19%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.39
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66224000.670.390.74335.455017.25
Hex421628043274A14f3211
Octal10226500103471125176221
Binary10000101011010100001000011100111100101010100111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421628; }

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

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

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

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

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

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

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

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