Html Css Color HEX #310019 Blackberry

📋 copy color: '#310019'

red 49 ◦ green 0 ◦ blue 25

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

Shades of Blackberry #310019

Tints of Blackberry #310019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 33.78%

R = 66.22%
G = 0%
B = 33.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.81

RGB Variations

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

Color information

#310019 (or 0x310019) is known color: Blackberry. HEX triplet: 31, 00 and 19. RGB value is (49,0,25). Sum of RGB (Red+Green+Blue) = 49+0+25=74 (9% of max value = 765). Red value is 49 (19.53% from 255 or 66.22% from 74); Green value is 0 (0.39% from 255 or 0% from 74); Blue value is 25 (10.16% from 255 or 33.78% from 74); Max value from RGB is 49 - color contains mainly: red. Hex color #310019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310019 is #CEFFE6. Grayscale: #111111. Windows color (decimal): -13565927 or 1638449. OLE color: 1638449.

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

Color convert

RGB 49 0 25 -
CMYK 0 1 0.49 0.81
HSL 329.39º 1% 0.1% -
HSV(B) 329.39º 1% 0.19% -
XYZ 1.44 0.72 0.98 -
YUV 17.5 132.23 150.47 -
System Red Green Blue C M Y K H S L
Decimal 49 0 25 0 1 0.49 0.81 329.39 1 0.1
Hex 31 0 19 0 64 31 51 149 64 A
Octal 61 0 31 0 144 61 121 511 144 12
Binary 110001 0 11001 0 1100100 110001 1010001 101001001 1100100 1010

Color Harmonies of #310019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310019

Black with #310019

Text Example


Text Example

White with #310019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310019; }

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

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

background-color css

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

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

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

border-color css

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

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

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