Html Css Color HEX #331424 Blackberry

📋 copy color: '#331424'

red 51 ◦ green 20 ◦ blue 36

#331424
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #331424

Tints of Blackberry #331424

RGB

 RED value IS 51 (20.31% from 255) = 47.66%

 GREEN value IS 20 (8.2% 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 value IS 0

 M value IS 0.61

 Y value IS 0.29

 K value IS 0.8

RGB Variations

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

Color information

#331424 (or 0x331424) is known color: 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

RGB 51 20 36 -
CMYK 0 0.61 0.29 0.8
HSL 329.03º 0.44% 0.14% -
HSV(B) 329.03º 0.61% 0.2% -
XYZ 1.93 1.33 1.82 -
YUV 31.09 130.77 142.2 -
System Red Green Blue C M Y K H S L
Decimal 51 20 36 0 0.61 0.29 0.8 329.03 0.44 0.14
Hex 33 14 24 0 3D 1D 50 149 2C E
Octal 63 24 44 0 75 35 120 511 54 16
Binary 110011 10100 100100 0 111101 11101 1010000 101001001 101100 1110

Color Harmonies of #331424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331424

Black with #331424

Text Example


Text Example

White with #331424

Text Example


Text Example

HTML Codes & Css Web 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>