Html Css Color HEX #331321 Blackberry

📋 copy color: '#331321'

red 51 ◦ green 19 ◦ blue 33

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

Shades of Blackberry #331321

Tints of Blackberry #331321

RGB

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

 GREEN value IS 19 (7.81% from 255) = 18.45%

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

R = 49.51%
G = 18.45%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.8

RGB Variations

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

Color information

#331321 (or 0x331321) is known color: Blackberry. HEX triplet: 33, 13 and 21. RGB value is (51,19,33). Sum of RGB (Red+Green+Blue) = 51+19+33=103 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.51% from 103); Green value is 19 (7.81% from 255 or 18.45% from 103); Blue value is 33 (13.28% from 255 or 32.04% from 103); Max value from RGB is 51 - color contains mainly: red. Hex color #331321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331321 is #CCECDE. Grayscale: #1E1E1E. Windows color (decimal): -13429983 or 2167603. OLE color: 2167603.

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

Color convert

RGB 51 19 33 -
CMYK 0 0.63 0.35 0.8
HSL 333.75º 0.46% 0.14% -
HSV(B) 333.75º 0.63% 0.2% -
XYZ 1.87 1.28 1.59 -
YUV 30.16 129.6 142.86 -
System Red Green Blue C M Y K H S L
Decimal 51 19 33 0 0.63 0.35 0.8 333.75 0.46 0.14
Hex 33 13 21 0 3F 23 50 14E 2E E
Octal 63 23 41 0 77 43 120 516 56 16
Binary 110011 10011 100001 0 111111 100011 1010000 101001110 101110 1110

Color Harmonies of #331321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331321

Black with #331321

Text Example


Text Example

White with #331321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331321; }

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

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

background-color css

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

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

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

border-color css

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

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

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