Html Css Color HEX #0A091F Black Russian

📋 copy color: '#0A091F'

red 10 ◦ green 9 ◦ blue 31

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

Shades of Black Russian #0A091F

Tints of Black Russian #0A091F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 18%

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

R = 20%
G = 18%
B = 62%

CMYK

 C value IS 0.68

 M value IS 0.71

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0A091F (or 0x0A091F) is known color: Black Russian. HEX triplet: 0A, 09 and 1F. RGB value is (10,9,31). Sum of RGB (Red+Green+Blue) = 10+9+31=50 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20% from 50); Green value is 9 (3.91% from 255 or 18% from 50); Blue value is 31 (12.5% from 255 or 62% from 50); Max value from RGB is 31 - color contains mainly: blue. Hex color #0A091F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A091F is #F5F6E0. Grayscale: #0B0B0B. Windows color (decimal): -16119521 or 2033930. OLE color: 2033930.

HSL color Cylindrical-coordinate representation of color #0A091F: hue angle of 242.73º degrees, saturation: 0.55, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0A091F is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 10 9 31 -
CMYK 0.68 0.71 0 0.88
HSL 242.73º 0.55% 0.08% -
HSV(B) 242.73º 0.71% 0.12% -
XYZ 0.47 0.36 1.34 -
YUV 11.81 138.83 126.71 -
System Red Green Blue C M Y K H S L
Decimal 10 9 31 0.68 0.71 0 0.88 242.73 0.55 0.08
Hex A 9 1F 44 47 0 58 F3 37 8
Octal 12 11 37 104 107 0 130 363 67 10
Binary 1010 1001 11111 1000100 1000111 0 1011000 11110011 110111 1000

Color Harmonies of #0A091F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A091F

Black with #0A091F

Text Example


Text Example

White with #0A091F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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