Html Css Color HEX #07001F Black Russian

📋 copy color: '#07001F'

red 7 ◦ green 0 ◦ blue 31

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

Shades of Black Russian #07001F

Tints of Black Russian #07001F

RGB

 RED value IS 7 (3.13% from 255) = 18.42%

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

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

R = 18.42%
G = 0%
B = 81.58%

CMYK

 C value IS 0.77

 M value IS 1

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#07001F (or 0x07001F) is known color: Black Russian. HEX triplet: 07, 00 and 1F. RGB value is (7,0,31). Sum of RGB (Red+Green+Blue) = 7+0+31=38 (5% of max value = 765). Red value is 7 (3.12% from 255 or 18.42% from 38); Green value is 0 (0.39% from 255 or 0% from 38); Blue value is 31 (12.5% from 255 or 81.58% from 38); Max value from RGB is 31 - color contains mainly: blue. Hex color #07001F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07001F is #F8FFE0. Grayscale: #050505. Windows color (decimal): -16318433 or 2031623. OLE color: 2031623.

HSL color Cylindrical-coordinate representation of color #07001F: hue angle of 253.55º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #07001F is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 7 0 31 -
CMYK 0.77 1 0 0.88
HSL 253.55º 1% 0.06% -
HSV(B) 253.55º 1% 0.12% -
XYZ 0.33 0.14 1.31 -
YUV 5.63 142.32 128.98 -
System Red Green Blue C M Y K H S L
Decimal 7 0 31 0.77 1 0 0.88 253.55 1 0.06
Hex 7 0 1F 4D 64 0 58 FE 64 6
Octal 7 0 37 115 144 0 130 376 144 6
Binary 111 0 11111 1001101 1100100 0 1011000 11111110 1100100 110

Color Harmonies of #07001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07001F

Black with #07001F

Text Example


Text Example

White with #07001F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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