Html Css Color HEX #331421 Blackberry

📋 copy color: '#331421'

red 51 ◦ green 20 ◦ blue 33

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

Shades of Blackberry #331421

Tints of Blackberry #331421

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.23%

 BLUE value IS 33 (13.28% from 255) = 31.73%

R = 49.04%
G = 19.23%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.8

RGB Variations

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

Color information

#331421 (or 0x331421) is known color: Blackberry. HEX triplet: 33, 14 and 21. RGB value is (51,20,33). Sum of RGB (Red+Green+Blue) = 51+20+33=104 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.04% from 104); Green value is 20 (8.20% from 255 or 19.23% from 104); Blue value is 33 (13.28% from 255 or 31.73% from 104); Max value from RGB is 51 - color contains mainly: red. Hex color #331421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331421 is #CCEBDE. Grayscale: #1E1E1E. Windows color (decimal): -13429727 or 2167859. OLE color: 2167859.

HSL color Cylindrical-coordinate representation of color #331421: hue angle of 334.84º 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 #331421 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 20 33 -
CMYK 0 0.61 0.35 0.8
HSL 334.84º 0.44% 0.14% -
HSV(B) 334.84º 0.61% 0.2% -
XYZ 1.89 1.31 1.59 -
YUV 30.75 129.27 142.44 -
System Red Green Blue C M Y K H S L
Decimal 51 20 33 0 0.61 0.35 0.8 334.84 0.44 0.14
Hex 33 14 21 0 3D 23 50 14F 2C E
Octal 63 24 41 0 75 43 120 517 54 16
Binary 110011 10100 100001 0 111101 100011 1010000 101001111 101100 1110

Color Harmonies of #331421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331421

Black with #331421

Text Example


Text Example

White with #331421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331421; }

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

 H1.HeaderClassName
 {
   color: #331421;
 }
 .AnyTagClassName
 {
   color: #331421;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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