Html Css Color HEX #0A071F Black Russian

📋 copy color: '#0A071F'

red 10 ◦ green 7 ◦ blue 31

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

Shades of Black Russian #0A071F

Tints of Black Russian #0A071F

RGB

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

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

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

R = 20.83%
G = 14.58%
B = 64.58%

CMYK

 C value IS 0.68

 M value IS 0.77

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0A071F (or 0x0A071F) is known color: Black Russian. HEX triplet: 0A, 07 and 1F. RGB value is (10,7,31). Sum of RGB (Red+Green+Blue) = 10+7+31=48 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20.83% from 48); Green value is 7 (3.12% from 255 or 14.58% from 48); Blue value is 31 (12.5% from 255 or 64.58% from 48); Max value from RGB is 31 - color contains mainly: blue. Hex color #0A071F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A071F is #F5F8E0. Grayscale: #0A0A0A. Windows color (decimal): -16120033 or 2033418. OLE color: 2033418.

HSL color Cylindrical-coordinate representation of color #0A071F: hue angle of 247.5º degrees, saturation: 0.63, 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 #0A071F is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 10 7 31 -
CMYK 0.68 0.77 0 0.88
HSL 247.5º 0.63% 0.07% -
HSV(B) 247.5º 0.77% 0.12% -
XYZ 0.45 0.32 1.33 -
YUV 10.63 139.49 127.55 -
System Red Green Blue C M Y K H S L
Decimal 10 7 31 0.68 0.77 0 0.88 247.5 0.63 0.07
Hex A 7 1F 44 4D 0 58 F8 3F 7
Octal 12 7 37 104 115 0 130 370 77 7
Binary 1010 111 11111 1000100 1001101 0 1011000 11111000 111111 111

Color Harmonies of #0A071F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A071F

Black with #0A071F

Text Example


Text Example

White with #0A071F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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