#421435

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

Shades of Blackberry #421435

Tints of Blackberry #421435

Color information

#421435 (or 0x421435) is unknown color: approx Blackberry. HEX triplet: 42, 14 and 35. RGB value is (66,20,53). Sum of RGB (Red+Green+Blue) = 66+20+53=139 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.48% from 139); Green value is 20 (8.20% from 255 or 14.39% from 139); Blue value is 53 (21.09% from 255 or 38.13% from 139); Max value from RGB is 66 - color contains mainly: red. Hex color #421435 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421435 is #BDEBCA. Grayscale: #252525. Windows color (decimal): -12446667 or 3478594. OLE color: 3478594.

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

Color convert

RGB662053-
CMYK00.700.200.74
HSL316.96º53.49%16.86%-
HSV(B)316.96º69.7%25.88%-
XYZ3.141.923.57-
YUV37.52136.74148.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 47.48%
GREEN value IS 20 (8.20% from 255) = 14.39%
BLUE value IS 53 (21.09% from 255) = 38.13%
R=47.48%
G=14.39%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.20
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66205300.700.200.74316.9653.4916.86
Hex421435046144A13d3511
Octal10224650106241124756521
Binary1000010101001101010100011010100100101010011110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421435; }

 p { color: rgb(66,20,53); }

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

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

 a { background-color: rgb(66,20,53); }

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

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

 span { border-color: rgb(66,20,53); }

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