#421331

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

Shades of Blackberry #421331

Tints of Blackberry #421331

Color information

#421331 (or 0x421331) is unknown color: approx Blackberry. HEX triplet: 42, 13 and 31. RGB value is (66,19,49). Sum of RGB (Red+Green+Blue) = 66+19+49=134 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.25% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 49 (19.53% from 255 or 36.57% from 134); Max value from RGB is 66 - color contains mainly: red. Hex color #421331 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421331 is #BDECCE. Grayscale: #242424. Windows color (decimal): -12446927 or 3216194. OLE color: 3216194.

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

Color convert

RGB661949-
CMYK00.710.260.74
HSL321.7º55.29%16.67%-
HSV(B)321.7º71.21%25.88%-
XYZ3.031.853.1-
YUV36.47135.07149.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 49.25%
GREEN value IS 19 (7.81% from 255) = 14.18%
BLUE value IS 49 (19.53% from 255) = 36.57%
R=49.25%
G=14.18%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.26
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66194900.710.260.74321.755.2916.67
Hex4213310471A4A1423711
Octal10223610107321125026721
Binary1000010100111100010100011111010100101010100001011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421331; }

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

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

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

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

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

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

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

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