#421F35

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

Shades of Blackberry #421F35

Tints of Blackberry #421F35

Color information

#421F35 (or 0x421F35) is unknown color: approx Blackberry. HEX triplet: 42, 1F and 35. RGB value is (66,31,53). Sum of RGB (Red+Green+Blue) = 66+31+53=150 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44% from 150); Green value is 31 (12.5% from 255 or 20.67% from 150); Blue value is 53 (21.09% from 255 or 35.33% from 150); Max value from RGB is 66 - color contains mainly: red. Hex color #421F35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421F35 is #BDE0CA. Grayscale: #2B2B2B. Windows color (decimal): -12443851 or 3481410. OLE color: 3481410.

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

Color convert

RGB663153-
CMYK00.530.200.74
HSL322.29º36.08%19.02%-
HSV(B)322.29º53.03%25.88%-
XYZ3.382.43.65-
YUV43.97133.1143.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44%
GREEN value IS 31 (12.5% from 255) = 20.67%
BLUE value IS 53 (21.09% from 255) = 35.33%
R=44%
G=20.67%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66315300.530.200.74322.2936.0819.02
Hex421F35035144A1422413
Octal1023765065241125024423
Binary100001011111110101011010110100100101010100001010010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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