Html Css Color HEX #0A071C Black Russian

📋 copy color: '#0A071C'

red 10 ◦ green 7 ◦ blue 28

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

Shades of Black Russian #0A071C

Tints of Black Russian #0A071C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 62.22%

R = 22.22%
G = 15.56%
B = 62.22%

CMYK

 C value IS 0.64

 M value IS 0.75

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0A071C (or 0x0A071C) is known color: Black Russian. HEX triplet: 0A, 07 and 1C. RGB value is (10,7,28). Sum of RGB (Red+Green+Blue) = 10+7+28=45 (5% of max value = 765). Red value is 10 (4.30% from 255 or 22.22% from 45); Green value is 7 (3.12% from 255 or 15.56% from 45); Blue value is 28 (11.33% from 255 or 62.22% from 45); Max value from RGB is 28 - color contains mainly: blue. Hex color #0A071C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A071C is #F5F8E3. Grayscale: #0A0A0A. Windows color (decimal): -16120036 or 1836810. OLE color: 1836810.

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

Color convert

RGB 10 7 28 -
CMYK 0.64 0.75 0 0.89
HSL 248.57º 0.6% 0.07% -
HSV(B) 248.57º 0.75% 0.11% -
XYZ 0.41 0.3 1.13 -
YUV 10.29 137.99 127.79 -
System Red Green Blue C M Y K H S L
Decimal 10 7 28 0.64 0.75 0 0.89 248.57 0.6 0.07
Hex A 7 1C 40 4B 0 59 F9 3C 7
Octal 12 7 34 100 113 0 131 371 74 7
Binary 1010 111 11100 1000000 1001011 0 1011001 11111001 111100 111

Color Harmonies of #0A071C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A071C

Black with #0A071C

Text Example


Text Example

White with #0A071C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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