Html Css Color HEX #310A21 Blackberry

📋 copy color: '#310A21'

red 49 ◦ green 10 ◦ blue 33

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

Shades of Blackberry #310A21

Tints of Blackberry #310A21

RGB

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

 GREEN value IS 10 (4.3% from 255) = 10.87%

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

R = 53.26%
G = 10.87%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.81

RGB Variations

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

Color information

#310A21 (or 0x310A21) is known color: Blackberry. HEX triplet: 31, 0A and 21. RGB value is (49,10,33). Sum of RGB (Red+Green+Blue) = 49+10+33=92 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.26% from 92); Green value is 10 (4.30% from 255 or 10.87% from 92); Blue value is 33 (13.28% from 255 or 35.87% from 92); Max value from RGB is 49 - color contains mainly: red. Hex color #310A21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310A21 is #CEF5DE. Grayscale: #181818. Windows color (decimal): -13563359 or 2165297. OLE color: 2165297.

HSL color Cylindrical-coordinate representation of color #310A21: hue angle of 324.62º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #310A21 is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 10 33 -
CMYK 0 0.80 0.33 0.81
HSL 324.62º 0.66% 0.12% -
HSV(B) 324.62º 0.8% 0.19% -
XYZ 1.65 0.98 1.54 -
YUV 24.28 132.92 145.63 -
System Red Green Blue C M Y K H S L
Decimal 49 10 33 0 0.80 0.33 0.81 324.62 0.66 0.12
Hex 31 A 21 0 50 21 51 145 42 C
Octal 61 12 41 0 120 41 121 505 102 14
Binary 110001 1010 100001 0 1010000 100001 1010001 101000101 1000010 1100

Color Harmonies of #310A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310A21

Black with #310A21

Text Example


Text Example

White with #310A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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