Html Css Color HEX #0A081C Black Russian

📋 copy color: '#0A081C'

red 10 ◦ green 8 ◦ blue 28

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

Shades of Black Russian #0A081C

Tints of Black Russian #0A081C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 17.39%

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

R = 21.74%
G = 17.39%
B = 60.87%

CMYK

 C value IS 0.64

 M value IS 0.71

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0A081C (or 0x0A081C) is known color: Black Russian. HEX triplet: 0A, 08 and 1C. RGB value is (10,8,28). Sum of RGB (Red+Green+Blue) = 10+8+28=46 (6% of max value = 765). Red value is 10 (4.30% from 255 or 21.74% from 46); Green value is 8 (3.52% from 255 or 17.39% from 46); Blue value is 28 (11.33% from 255 or 60.87% from 46); Max value from RGB is 28 - color contains mainly: blue. Hex color #0A081C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A081C is #F5F7E3. Grayscale: #0A0A0A. Windows color (decimal): -16119780 or 1837066. OLE color: 1837066.

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

Color convert

RGB 10 8 28 -
CMYK 0.64 0.71 0 0.89
HSL 246º 0.56% 0.07% -
HSV(B) 246º 0.71% 0.11% -
XYZ 0.42 0.32 1.14 -
YUV 10.88 137.66 127.37 -
System Red Green Blue C M Y K H S L
Decimal 10 8 28 0.64 0.71 0 0.89 246 0.56 0.07
Hex A 8 1C 40 47 0 59 F6 38 7
Octal 12 10 34 100 107 0 131 366 70 7
Binary 1010 1000 11100 1000000 1000111 0 1011001 11110110 111000 111

Color Harmonies of #0A081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A081C

Black with #0A081C

Text Example


Text Example

White with #0A081C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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