#421C2D

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

Shades of Blackberry #421C2D

Tints of Blackberry #421C2D

Color information

#421C2D (or 0x421C2D) is unknown color: approx Blackberry. HEX triplet: 42, 1C and 2D. RGB value is (66,28,45). Sum of RGB (Red+Green+Blue) = 66+28+45=139 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.48% from 139); Green value is 28 (11.33% from 255 or 20.14% from 139); Blue value is 45 (17.97% from 255 or 32.37% from 139); Max value from RGB is 66 - color contains mainly: red. Hex color #421C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421C2D is #BDE3D2. Grayscale: #292929. Windows color (decimal): -12444627 or 2956354. OLE color: 2956354.

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

Color convert

RGB662845-
CMYK00.580.320.74
HSL333.16º40.43%18.43%-
HSV(B)333.16º57.58%25.88%-
XYZ3.142.182.74-
YUV41.3130.09145.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 47.48%
GREEN value IS 28 (11.33% from 255) = 20.14%
BLUE value IS 45 (17.97% from 255) = 32.37%
R=47.48%
G=20.14%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.32
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66284500.580.320.74333.1640.4318.43
Hex421C2D03A204A14d2812
Octal1023455072401125155022
Binary1000010111001011010111010100000100101010100110110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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