Html Css Color HEX #31001F Blackberry

📋 copy color: '#31001F'

red 49 ◦ green 0 ◦ blue 31

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

Shades of Blackberry #31001F

Tints of Blackberry #31001F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 38.75%

R = 61.25%
G = 0%
B = 38.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.81

RGB Variations

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

Color information

#31001F (or 0x31001F) is known color: Blackberry. HEX triplet: 31, 00 and 1F. RGB value is (49,0,31). Sum of RGB (Red+Green+Blue) = 49+0+31=80 (10% of max value = 765). Red value is 49 (19.53% from 255 or 61.25% from 80); Green value is 0 (0.39% from 255 or 0% from 80); Blue value is 31 (12.5% from 255 or 38.75% from 80); Max value from RGB is 49 - color contains mainly: red. Hex color #31001F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31001F is #CEFFE0. Grayscale: #121212. Windows color (decimal): -13565921 or 2031665. OLE color: 2031665.

HSL color Cylindrical-coordinate representation of color #31001F: hue angle of 322.04º 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 #31001F is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 0 31 -
CMYK 0 1 0.37 0.81
HSL 322.04º 1% 0.1% -
HSV(B) 322.04º 1% 0.19% -
XYZ 1.51 0.75 1.36 -
YUV 18.19 135.23 149.98 -
System Red Green Blue C M Y K H S L
Decimal 49 0 31 0 1 0.37 0.81 322.04 1 0.1
Hex 31 0 1F 0 64 25 51 142 64 A
Octal 61 0 37 0 144 45 121 502 144 12
Binary 110001 0 11111 0 1100100 100101 1010001 101000010 1100100 1010

Color Harmonies of #31001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31001F

Black with #31001F

Text Example


Text Example

White with #31001F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31001F; }

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

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

background-color css

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

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

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

border-color css

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

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

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