Html Css Color HEX #0A071E Black Russian

📋 copy color: '#0A071E'

red 10 ◦ green 7 ◦ blue 30

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

Shades of Black Russian #0A071E

Tints of Black Russian #0A071E

RGB

 RED value IS 10 (4.3% from 255) = 21.28%

 GREEN value IS 7 (3.13% from 255) = 14.89%

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

R = 21.28%
G = 14.89%
B = 63.83%

CMYK

 C value IS 0.67

 M value IS 0.77

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0A071E (or 0x0A071E) is known color: Black Russian. HEX triplet: 0A, 07 and 1E. RGB value is (10,7,30). Sum of RGB (Red+Green+Blue) = 10+7+30=47 (6% of max value = 765). Red value is 10 (4.30% from 255 or 21.28% from 47); Green value is 7 (3.12% from 255 or 14.89% from 47); Blue value is 30 (12.11% from 255 or 63.83% from 47); Max value from RGB is 30 - color contains mainly: blue. Hex color #0A071E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A071E is #F5F8E1. Grayscale: #0A0A0A. Windows color (decimal): -16120034 or 1967882. OLE color: 1967882.

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

Color convert

RGB 10 7 30 -
CMYK 0.67 0.77 0 0.88
HSL 247.83º 0.62% 0.07% -
HSV(B) 247.83º 0.77% 0.12% -
XYZ 0.44 0.31 1.27 -
YUV 10.52 138.99 127.63 -
System Red Green Blue C M Y K H S L
Decimal 10 7 30 0.67 0.77 0 0.88 247.83 0.62 0.07
Hex A 7 1E 43 4D 0 58 F8 3E 7
Octal 12 7 36 103 115 0 130 370 76 7
Binary 1010 111 11110 1000011 1001101 0 1011000 11111000 111110 111

Color Harmonies of #0A071E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A071E

Black with #0A071E

Text Example


Text Example

White with #0A071E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A071E; }

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

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

background-color css

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

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

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

border-color css

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

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

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