Html Css Color HEX #331121 Blackberry

📋 copy color: '#331121'

red 51 ◦ green 17 ◦ blue 33

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

Shades of Blackberry #331121

Tints of Blackberry #331121

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.83%

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

R = 50.5%
G = 16.83%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.8

RGB Variations

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

Color information

#331121 (or 0x331121) is known color: Blackberry. HEX triplet: 33, 11 and 21. RGB value is (51,17,33). Sum of RGB (Red+Green+Blue) = 51+17+33=101 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50.50% from 101); Green value is 17 (7.03% from 255 or 16.83% from 101); Blue value is 33 (13.28% from 255 or 32.67% from 101); Max value from RGB is 51 - color contains mainly: red. Hex color #331121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331121 is #CCEEDE. Grayscale: #1C1C1C. Windows color (decimal): -13430495 or 2167091. OLE color: 2167091.

HSL color Cylindrical-coordinate representation of color #331121: hue angle of 331.76º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #331121 is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 17 33 -
CMYK 0 0.67 0.35 0.8
HSL 331.76º 0.5% 0.13% -
HSV(B) 331.76º 0.67% 0.2% -
XYZ 1.84 1.21 1.58 -
YUV 28.99 130.26 143.7 -
System Red Green Blue C M Y K H S L
Decimal 51 17 33 0 0.67 0.35 0.8 331.76 0.5 0.13
Hex 33 11 21 0 43 23 50 14C 32 D
Octal 63 21 41 0 103 43 120 514 62 15
Binary 110011 10001 100001 0 1000011 100011 1010000 101001100 110010 1101

Color Harmonies of #331121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331121

Black with #331121

Text Example


Text Example

White with #331121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331121; }

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

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

background-color css

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

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

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

border-color css

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

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

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