Html Css Color HEX #310015 Blackberry

📋 copy color: '#310015'

red 49 ◦ green 0 ◦ blue 21

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

Shades of Blackberry #310015

Tints of Blackberry #310015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 30%

R = 70%
G = 0%
B = 30%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.81

RGB Variations

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

Color information

#310015 (or 0x310015) is known color: Blackberry. HEX triplet: 31, 00 and 15. RGB value is (49,0,21). Sum of RGB (Red+Green+Blue) = 49+0+21=70 (9% of max value = 765). Red value is 49 (19.53% from 255 or 70% from 70); Green value is 0 (0.39% from 255 or 0% from 70); Blue value is 21 (8.59% from 255 or 30% from 70); Max value from RGB is 49 - color contains mainly: red. Hex color #310015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310015 is #CEFFEA. Grayscale: #111111. Windows color (decimal): -13565931 or 1376305. OLE color: 1376305.

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

Color convert

RGB 49 0 21 -
CMYK 0 1 0.57 0.81
HSL 334.29º 1% 0.1% -
HSV(B) 334.29º 1% 0.19% -
XYZ 1.4 0.71 0.77 -
YUV 17.05 130.23 150.79 -
System Red Green Blue C M Y K H S L
Decimal 49 0 21 0 1 0.57 0.81 334.29 1 0.1
Hex 31 0 15 0 64 39 51 14E 64 A
Octal 61 0 25 0 144 71 121 516 144 12
Binary 110001 0 10101 0 1100100 111001 1010001 101001110 1100100 1010

Color Harmonies of #310015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310015

Black with #310015

Text Example


Text Example

White with #310015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310015; }

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

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

background-color css

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

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

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

border-color css

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

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

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