Html Css Color HEX #0A051F Black Russian

📋 copy color: '#0A051F'

red 10 ◦ green 5 ◦ blue 31

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

Shades of Black Russian #0A051F

Tints of Black Russian #0A051F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 10.87%

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

R = 21.74%
G = 10.87%
B = 67.39%

CMYK

 C value IS 0.68

 M value IS 0.84

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0A051F (or 0x0A051F) is known color: Black Russian. HEX triplet: 0A, 05 and 1F. RGB value is (10,5,31). Sum of RGB (Red+Green+Blue) = 10+5+31=46 (6% of max value = 765). Red value is 10 (4.30% from 255 or 21.74% from 46); Green value is 5 (2.34% from 255 or 10.87% from 46); Blue value is 31 (12.5% from 255 or 67.39% from 46); Max value from RGB is 31 - color contains mainly: blue. Hex color #0A051F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A051F is #F5FAE0. Grayscale: #090909. Windows color (decimal): -16120545 or 2032906. OLE color: 2032906.

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

Color convert

RGB 10 5 31 -
CMYK 0.68 0.84 0 0.88
HSL 251.54º 0.72% 0.07% -
HSV(B) 251.54º 0.84% 0.12% -
XYZ 0.43 0.27 1.33 -
YUV 9.46 140.16 128.39 -
System Red Green Blue C M Y K H S L
Decimal 10 5 31 0.68 0.84 0 0.88 251.54 0.72 0.07
Hex A 5 1F 44 54 0 58 FC 48 7
Octal 12 5 37 104 124 0 130 374 110 7
Binary 1010 101 11111 1000100 1010100 0 1011000 11111100 1001000 111

Color Harmonies of #0A051F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A051F

Black with #0A051F

Text Example


Text Example

White with #0A051F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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