Html Css Color HEX #070C17 Black Russian

📋 copy color: '#070C17'

red 7 ◦ green 12 ◦ blue 23

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

Shades of Black Russian #070C17

Tints of Black Russian #070C17

RGB

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

 GREEN value IS 12 (5.08% from 255) = 28.57%

 BLUE value IS 23 (9.38% from 255) = 54.76%

R = 16.67%
G = 28.57%
B = 54.76%

CMYK

 C value IS 0.70

 M value IS 0.48

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#070C17 (or 0x070C17) is known color: Black Russian. HEX triplet: 07, 0C and 17. RGB value is (7,12,23). Sum of RGB (Red+Green+Blue) = 7+12+23=42 (5% of max value = 765). Red value is 7 (3.12% from 255 or 16.67% from 42); Green value is 12 (5.08% from 255 or 28.57% from 42); Blue value is 23 (9.38% from 255 or 54.76% from 42); Max value from RGB is 23 - color contains mainly: blue. Hex color #070C17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070C17 is #F8F3E8. Grayscale: #0B0B0B. Windows color (decimal): -16315369 or 1510407. OLE color: 1510407.

HSL color Cylindrical-coordinate representation of color #070C17: hue angle of 221.25º degrees, saturation: 0.53, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #070C17 is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 7 12 23 -
CMYK 0.70 0.48 0 0.91
HSL 221.25º 0.53% 0.06% -
HSV(B) 221.25º 0.7% 0.09% -
XYZ 0.37 0.37 0.86 -
YUV 11.76 134.34 124.61 -
System Red Green Blue C M Y K H S L
Decimal 7 12 23 0.70 0.48 0 0.91 221.25 0.53 0.06
Hex 7 C 17 46 30 0 5B DD 35 6
Octal 7 14 27 106 60 0 133 335 65 6
Binary 111 1100 10111 1000110 110000 0 1011011 11011101 110101 110

Color Harmonies of #070C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070C17

Black with #070C17

Text Example


Text Example

White with #070C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070C17; }

 p { color: rgb(7,12,23); }

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

background-color css

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

 a { background-color: rgb(7,12,23); }

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

border-color css

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

 span { border-color: rgb(7,12,23); }

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