#421638

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

Shades of Blackberry #421638

Tints of Blackberry #421638

Color information

#421638 (or 0x421638) is unknown color: approx Blackberry. HEX triplet: 42, 16 and 38. RGB value is (66,22,56). Sum of RGB (Red+Green+Blue) = 66+22+56=144 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.83% from 144); Green value is 22 (8.98% from 255 or 15.28% from 144); Blue value is 56 (22.27% from 255 or 38.89% from 144); Max value from RGB is 66 - color contains mainly: red. Hex color #421638 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421638 is #BDE9C7. Grayscale: #262626. Windows color (decimal): -12446152 or 3675714. OLE color: 3675714.

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

Color convert

RGB662256-
CMYK00.670.150.74
HSL313.64º50%17.25%-
HSV(B)313.64º66.67%25.88%-
XYZ3.252.023.96-
YUV39.03137.58147.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 45.83%
GREEN value IS 22 (8.98% from 255) = 15.28%
BLUE value IS 56 (22.27% from 255) = 38.89%
R=45.83%
G=15.28%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.15
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66225600.670.150.74313.645017.25
Hex421638043F4A13a3211
Octal10226700103171124726221
Binary100001010110111000010000111111100101010011101011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421638; }

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

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

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

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

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

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

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

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