#421831

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

Shades of Blackberry #421831

Tints of Blackberry #421831

Color information

#421831 (or 0x421831) is unknown color: approx Blackberry. HEX triplet: 42, 18 and 31. RGB value is (66,24,49). Sum of RGB (Red+Green+Blue) = 66+24+49=139 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.48% from 139); Green value is 24 (9.77% from 255 or 17.27% from 139); Blue value is 49 (19.53% from 255 or 35.25% from 139); Max value from RGB is 66 - color contains mainly: red. Hex color #421831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421831 is #BDE7CE. Grayscale: #272727. Windows color (decimal): -12445647 or 3217474. OLE color: 3217474.

HSL color Cylindrical-coordinate representation of color #421831: hue angle of 324.29º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #421831 is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.74.

Color convert

RGB662449-
CMYK00.640.260.74
HSL324.29º46.67%17.65%-
HSV(B)324.29º63.64%25.88%-
XYZ3.132.033.13-
YUV39.41133.41146.97-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 47.48%
GREEN value IS 24 (9.77% from 255) = 17.27%
BLUE value IS 49 (19.53% from 255) = 35.25%
R=47.48%
G=17.27%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.26
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66244900.640.260.74324.2946.6717.65
Hex4218310401A4A1442f12
Octal10230610100321125045722
Binary1000010110001100010100000011010100101010100010010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421831; }

 p { color: rgb(66,24,49); }

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

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

 a { background-color: rgb(66,24,49); }

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

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

 span { border-color: rgb(66,24,49); }

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