Html Css Color HEX #310121 Blackberry

📋 copy color: '#310121'

red 49 ◦ green 1 ◦ blue 33

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

Shades of Blackberry #310121

Tints of Blackberry #310121

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.2%

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

R = 59.04%
G = 1.2%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.81

RGB Variations

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

Color information

#310121 (or 0x310121) is known color: Blackberry. HEX triplet: 31, 01 and 21. RGB value is (49,1,33). Sum of RGB (Red+Green+Blue) = 49+1+33=83 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.04% from 83); Green value is 1 (0.78% from 255 or 1.20% from 83); Blue value is 33 (13.28% from 255 or 39.76% from 83); Max value from RGB is 49 - color contains mainly: red. Hex color #310121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310121 is #CEFEDE. Grayscale: #121212. Windows color (decimal): -13565663 or 2162993. OLE color: 2162993.

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

Color convert

RGB 49 1 33 -
CMYK 0 0.98 0.33 0.81
HSL 320º 0.96% 0.1% -
HSV(B) 320º 0.98% 0.19% -
XYZ 1.55 0.78 1.51 -
YUV 19 135.9 149.4 -
System Red Green Blue C M Y K H S L
Decimal 49 1 33 0 0.98 0.33 0.81 320 0.96 0.1
Hex 31 1 21 0 62 21 51 140 60 A
Octal 61 1 41 0 142 41 121 500 140 12
Binary 110001 1 100001 0 1100010 100001 1010001 101000000 1100000 1010

Color Harmonies of #310121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310121

Black with #310121

Text Example


Text Example

White with #310121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310121; }

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

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

background-color css

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

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

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

border-color css

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

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

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