#331424

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

Shades of Blackberry #331424

Tints of Blackberry #331424

Color information

#331424 (or 0x331424) is unknown color: approx Blackberry. HEX triplet: 33, 14 and 24. RGB value is (51,20,36). Sum of RGB (Red+Green+Blue) = 51+20+36=107 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.66% from 107); Green value is 20 (8.20% from 255 or 18.69% from 107); Blue value is 36 (14.45% from 255 or 33.64% from 107); Max value from RGB is 51 - color contains mainly: red. Hex color #331424 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331424 is #CCEBDB. Grayscale: #1F1F1F. Windows color (decimal): -13429724 or 2364467. OLE color: 2364467.

HSL color Cylindrical-coordinate representation of color #331424: hue angle of 329.03º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #331424 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.8.

Color convert

RGB512036-
CMYK00.610.290.8
HSL329.03º43.66%13.92%-
HSV(B)329.03º60.78%20%-
XYZ1.931.331.82-
YUV31.09130.77142.2-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 47.66%
GREEN value IS 20 (8.20% from 255) = 18.69%
BLUE value IS 36 (14.45% from 255) = 33.64%
R=47.66%
G=18.69%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.29
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51203600.610.290.8329.0343.6613.92
Hex33142403D1D501492ce
Octal632444075351205115416
Binary1100111010010010001111011110110100001010010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331424; }

 p { color: rgb(51,20,36); }

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

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

 a { background-color: rgb(51,20,36); }

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

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

 span { border-color: rgb(51,20,36); }

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