#421736

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

Shades of Blackberry #421736

Tints of Blackberry #421736

Color information

#421736 (or 0x421736) is unknown color: approx Blackberry. HEX triplet: 42, 17 and 36. RGB value is (66,23,54). Sum of RGB (Red+Green+Blue) = 66+23+54=143 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.15% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 54 (21.48% from 255 or 37.76% from 143); Max value from RGB is 66 - color contains mainly: red. Hex color #421736 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421736 is #BDE8C9. Grayscale: #272727. Windows color (decimal): -12445898 or 3544898. OLE color: 3544898.

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

Color convert

RGB662354-
CMYK00.650.180.74
HSL316.74º48.31%17.45%-
HSV(B)316.74º65.15%25.88%-
XYZ3.222.043.71-
YUV39.39136.25146.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 46.15%
GREEN value IS 23 (9.38% from 255) = 16.08%
BLUE value IS 54 (21.48% from 255) = 37.76%
R=46.15%
G=16.08%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.18
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66235400.650.180.74316.7448.3117.45
Hex421736041124A13d3011
Octal10227660101221124756021
Binary1000010101111101100100000110010100101010011110111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421736; }

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

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

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

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

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

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

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

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