Html Css Color HEX #0A1127 Black Russian

📋 copy color: '#0A1127'

red 10 ◦ green 17 ◦ blue 39

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

Shades of Black Russian #0A1127

Tints of Black Russian #0A1127

RGB

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

 GREEN value IS 17 (7.03% from 255) = 25.76%

 BLUE value IS 39 (15.63% from 255) = 59.09%

R = 15.15%
G = 25.76%
B = 59.09%

CMYK

 C value IS 0.74

 M value IS 0.56

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0A1127 (or 0x0A1127) is known color: Black Russian. HEX triplet: 0A, 11 and 27. RGB value is (10,17,39). Sum of RGB (Red+Green+Blue) = 10+17+39=66 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.15% from 66); Green value is 17 (7.03% from 255 or 25.76% from 66); Blue value is 39 (15.62% from 255 or 59.09% from 66); Max value from RGB is 39 - color contains mainly: blue. Hex color #0A1127 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1127 is #F5EED8. Grayscale: #111111. Windows color (decimal): -16117465 or 2560266. OLE color: 2560266.

HSL color Cylindrical-coordinate representation of color #0A1127: hue angle of 225.52º degrees, saturation: 0.59, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0A1127 is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 10 17 39 -
CMYK 0.74 0.56 0 0.85
HSL 225.52º 0.59% 0.1% -
HSV(B) 225.52º 0.74% 0.15% -
XYZ 0.69 0.61 2 -
YUV 17.42 140.18 122.71 -
System Red Green Blue C M Y K H S L
Decimal 10 17 39 0.74 0.56 0 0.85 225.52 0.59 0.1
Hex A 11 27 4A 38 0 55 E2 3B A
Octal 12 21 47 112 70 0 125 342 73 12
Binary 1010 10001 100111 1001010 111000 0 1010101 11100010 111011 1010

Color Harmonies of #0A1127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1127

Black with #0A1127

Text Example


Text Example

White with #0A1127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,17,39); }

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

background-color css

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

 a { background-color: rgb(10,17,39); }

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

border-color css

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

 span { border-color: rgb(10,17,39); }

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