Html Css Color HEX #310521 Blackberry

📋 copy color: '#310521'

red 49 ◦ green 5 ◦ blue 33

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

Shades of Blackberry #310521

Tints of Blackberry #310521

RGB

 RED value IS 49 (19.53% from 255) = 56.32%

 GREEN value IS 5 (2.34% from 255) = 5.75%

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

R = 56.32%
G = 5.75%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.81

RGB Variations

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

Color information

#310521 (or 0x310521) is known color: Blackberry. HEX triplet: 31, 05 and 21. RGB value is (49,5,33). Sum of RGB (Red+Green+Blue) = 49+5+33=87 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.32% from 87); Green value is 5 (2.34% from 255 or 5.75% from 87); Blue value is 33 (13.28% from 255 or 37.93% from 87); Max value from RGB is 49 - color contains mainly: red. Hex color #310521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310521 is #CEFADE. Grayscale: #151515. Windows color (decimal): -13564639 or 2164017. OLE color: 2164017.

HSL color Cylindrical-coordinate representation of color #310521: hue angle of 321.82º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #310521 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 5 33 -
CMYK 0 0.90 0.33 0.81
HSL 321.82º 0.81% 0.11% -
HSV(B) 321.82º 0.9% 0.19% -
XYZ 1.6 0.87 1.52 -
YUV 21.35 134.58 147.72 -
System Red Green Blue C M Y K H S L
Decimal 49 5 33 0 0.90 0.33 0.81 321.82 0.81 0.11
Hex 31 5 21 0 5A 21 51 142 51 B
Octal 61 5 41 0 132 41 121 502 121 13
Binary 110001 101 100001 0 1011010 100001 1010001 101000010 1010001 1011

Color Harmonies of #310521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310521

Black with #310521

Text Example


Text Example

White with #310521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310521; }

 p { color: rgb(49,5,33); }

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

background-color css

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

 a { background-color: rgb(49,5,33); }

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

border-color css

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

 span { border-color: rgb(49,5,33); }

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