Html Css Color HEX #310021 Blackberry

📋 copy color: '#310021'

red 49 ◦ green 0 ◦ blue 33

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

Shades of Blackberry #310021

Tints of Blackberry #310021

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.76%
G = 0%
B = 40.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.81

RGB Variations

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

Color information

#310021 (or 0x310021) is known color: Blackberry. HEX triplet: 31, 00 and 21. RGB value is (49,0,33). Sum of RGB (Red+Green+Blue) = 49+0+33=82 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.76% from 82); Green value is 0 (0.39% from 255 or 0% from 82); Blue value is 33 (13.28% from 255 or 40.24% from 82); Max value from RGB is 49 - color contains mainly: red. Hex color #310021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310021 is #CEFFDE. Grayscale: #121212. Windows color (decimal): -13565919 or 2162737. OLE color: 2162737.

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

Color convert

RGB 49 0 33 -
CMYK 0 1 0.33 0.81
HSL 319.59º 1% 0.1% -
HSV(B) 319.59º 1% 0.19% -
XYZ 1.54 0.76 1.5 -
YUV 18.41 136.23 149.82 -
System Red Green Blue C M Y K H S L
Decimal 49 0 33 0 1 0.33 0.81 319.59 1 0.1
Hex 31 0 21 0 64 21 51 140 64 A
Octal 61 0 41 0 144 41 121 500 144 12
Binary 110001 0 100001 0 1100100 100001 1010001 101000000 1100100 1010

Color Harmonies of #310021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310021

Black with #310021

Text Example


Text Example

White with #310021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310021; }

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

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

background-color css

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

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

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

border-color css

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

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

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