Html Css Color HEX #0A092D Black Russian

📋 copy color: '#0A092D'

red 10 ◦ green 9 ◦ blue 45

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

Shades of Black Russian #0A092D

Tints of Black Russian #0A092D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 70.31%

R = 15.63%
G = 14.06%
B = 70.31%

CMYK

 C value IS 0.78

 M value IS 0.8

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#0A092D (or 0x0A092D) is known color: Black Russian. HEX triplet: 0A, 09 and 2D. RGB value is (10,9,45). Sum of RGB (Red+Green+Blue) = 10+9+45=64 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.62% from 64); Green value is 9 (3.91% from 255 or 14.06% from 64); Blue value is 45 (17.97% from 255 or 70.31% from 64); Max value from RGB is 45 - color contains mainly: blue. Hex color #0A092D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A092D is #F5F6D2. Grayscale: #0D0D0D. Windows color (decimal): -16119507 or 2951434. OLE color: 2951434.

HSL color Cylindrical-coordinate representation of color #0A092D: hue angle of 241.67º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0A092D is Cyan = 0.78, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 10 9 45 -
CMYK 0.78 0.8 0 0.82
HSL 241.67º 0.67% 0.11% -
HSV(B) 241.67º 0.8% 0.18% -
XYZ 0.7 0.45 2.53 -
YUV 13.4 145.83 125.57 -
System Red Green Blue C M Y K H S L
Decimal 10 9 45 0.78 0.8 0 0.82 241.67 0.67 0.11
Hex A 9 2D 4E 50 0 52 F2 43 B
Octal 12 11 55 116 120 0 122 362 103 13
Binary 1010 1001 101101 1001110 1010000 0 1010010 11110010 1000011 1011

Color Harmonies of #0A092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A092D

Black with #0A092D

Text Example


Text Example

White with #0A092D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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