#421F33

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

Shades of Blackberry #421F33

Tints of Blackberry #421F33

Color information

#421F33 (or 0x421F33) is unknown color: approx Blackberry. HEX triplet: 42, 1F and 33. RGB value is (66,31,51). Sum of RGB (Red+Green+Blue) = 66+31+51=148 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.59% from 148); Green value is 31 (12.5% from 255 or 20.95% from 148); Blue value is 51 (20.31% from 255 or 34.46% from 148); Max value from RGB is 66 - color contains mainly: red. Hex color #421F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421F33 is #BDE0CC. Grayscale: #2B2B2B. Windows color (decimal): -12443853 or 3350338. OLE color: 3350338.

HSL color Cylindrical-coordinate representation of color #421F33: hue angle of 325.71º 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 #421F33 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.74.

Color convert

RGB663151-
CMYK00.530.230.74
HSL325.71º36.08%19.02%-
HSV(B)325.71º53.03%25.88%-
XYZ3.332.383.42-
YUV43.74132.1143.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.59%
GREEN value IS 31 (12.5% from 255) = 20.95%
BLUE value IS 51 (20.31% from 255) = 34.46%
R=44.59%
G=20.95%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.23
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66315100.530.230.74325.7136.0819.02
Hex421F33035174A1462413
Octal1023763065271125064423
Binary100001011111110011011010110111100101010100011010010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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