Html Css Color HEX #0A071B Black Russian

📋 copy color: '#0A071B'

red 10 ◦ green 7 ◦ blue 27

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

Shades of Black Russian #0A071B

Tints of Black Russian #0A071B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 61.36%

R = 22.73%
G = 15.91%
B = 61.36%

CMYK

 C value IS 0.63

 M value IS 0.74

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0A071B (or 0x0A071B) is known color: Black Russian. HEX triplet: 0A, 07 and 1B. RGB value is (10,7,27). Sum of RGB (Red+Green+Blue) = 10+7+27=44 (5% of max value = 765). Red value is 10 (4.30% from 255 or 22.73% from 44); Green value is 7 (3.12% from 255 or 15.91% from 44); Blue value is 27 (10.94% from 255 or 61.36% from 44); Max value from RGB is 27 - color contains mainly: blue. Hex color #0A071B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A071B is #F5F8E4. Grayscale: #0A0A0A. Windows color (decimal): -16120037 or 1771274. OLE color: 1771274.

HSL color Cylindrical-coordinate representation of color #0A071B: hue angle of 249º degrees, saturation: 0.59, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0A071B is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 10 7 27 -
CMYK 0.63 0.74 0 0.89
HSL 249º 0.59% 0.07% -
HSV(B) 249º 0.74% 0.11% -
XYZ 0.4 0.3 1.07 -
YUV 10.18 137.49 127.87 -
System Red Green Blue C M Y K H S L
Decimal 10 7 27 0.63 0.74 0 0.89 249 0.59 0.07
Hex A 7 1B 3F 4A 0 59 F9 3B 7
Octal 12 7 33 77 112 0 131 371 73 7
Binary 1010 111 11011 111111 1001010 0 1011001 11111001 111011 111

Color Harmonies of #0A071B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A071B

Black with #0A071B

Text Example


Text Example

White with #0A071B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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