#421A2D

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

Shades of Blackberry #421A2D

Tints of Blackberry #421A2D

Color information

#421A2D (or 0x421A2D) is unknown color: approx Blackberry. HEX triplet: 42, 1A and 2D. RGB value is (66,26,45). Sum of RGB (Red+Green+Blue) = 66+26+45=137 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.18% from 137); Green value is 26 (10.55% from 255 or 18.98% from 137); Blue value is 45 (17.97% from 255 or 32.85% from 137); Max value from RGB is 66 - color contains mainly: red. Hex color #421A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421A2D is #BDE5D2. Grayscale: #282828. Windows color (decimal): -12445139 or 2955842. OLE color: 2955842.

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

Color convert

RGB662645-
CMYK00.610.320.74
HSL331.5º43.48%18.04%-
HSV(B)331.5º60.61%25.88%-
XYZ3.092.092.72-
YUV40.13130.75146.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 48.18%
GREEN value IS 26 (10.55% from 255) = 18.98%
BLUE value IS 45 (17.97% from 255) = 32.85%
R=48.18%
G=18.98%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.32
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66264500.610.320.74331.543.4818.04
Hex421A2D03D204A14c2b12
Octal1023255075401125145322
Binary1000010110101011010111101100000100101010100110010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421A2D; }

 p { color: rgb(66,26,45); }

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

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

 a { background-color: rgb(66,26,45); }

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

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

 span { border-color: rgb(66,26,45); }

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