Html Css Color HEX #07001E Black Russian

📋 copy color: '#07001E'

red 7 ◦ green 0 ◦ blue 30

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

Shades of Black Russian #07001E

Tints of Black Russian #07001E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 81.08%

R = 18.92%
G = 0%
B = 81.08%

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

#07001E (or 0x07001E) is known color: Black Russian. HEX triplet: 07, 00 and 1E. RGB value is (7,0,30). Sum of RGB (Red+Green+Blue) = 7+0+30=37 (4% of max value = 765). Red value is 7 (3.12% from 255 or 18.92% from 37); Green value is 0 (0.39% from 255 or 0% from 37); Blue value is 30 (12.11% from 255 or 81.08% from 37); Max value from RGB is 30 - color contains mainly: blue. Hex color #07001E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07001E is #F8FFE1. Grayscale: #050505. Windows color (decimal): -16318434 or 1966087. OLE color: 1966087.

HSL color Cylindrical-coordinate representation of color #07001E: hue angle of 254º 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 #07001E is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 7 0 30 -
CMYK 0.77 1 0 0.88
HSL 254º 1% 0.06% -
HSV(B) 254º 1% 0.12% -
XYZ 0.32 0.14 1.24 -
YUV 5.51 141.82 129.06 -
System Red Green Blue C M Y K H S L
Decimal 7 0 30 0.77 1 0 0.88 254 1 0.06
Hex 7 0 1E 4D 64 0 58 FE 64 6
Octal 7 0 36 115 144 0 130 376 144 6
Binary 111 0 11110 1001101 1100100 0 1011000 11111110 1100100 110

Color Harmonies of #07001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07001E

Black with #07001E

Text Example


Text Example

White with #07001E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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