Html Css Color HEX #0A0127 Black Russian

📋 copy color: '#0A0127'

red 10 ◦ green 1 ◦ blue 39

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

Shades of Black Russian #0A0127

Tints of Black Russian #0A0127

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2%

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

R = 20%
G = 2%
B = 78%

CMYK

 C value IS 0.74

 M value IS 0.97

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0A0127 (or 0x0A0127) is known color: Black Russian. HEX triplet: 0A, 01 and 27. RGB value is (10,1,39). Sum of RGB (Red+Green+Blue) = 10+1+39=50 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20% from 50); Green value is 1 (0.78% from 255 or 2% from 50); Blue value is 39 (15.62% from 255 or 78% from 50); Max value from RGB is 39 - color contains mainly: blue. Hex color #0A0127 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0127 is #F5FED8. Grayscale: #070707. Windows color (decimal): -16121561 or 2556170. OLE color: 2556170.

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

Color convert

RGB 10 1 39 -
CMYK 0.74 0.97 0 0.85
HSL 254.21º 0.95% 0.08% -
HSV(B) 254.21º 0.97% 0.15% -
XYZ 0.5 0.23 1.94 -
YUV 8.02 145.48 129.41 -
System Red Green Blue C M Y K H S L
Decimal 10 1 39 0.74 0.97 0 0.85 254.21 0.95 0.08
Hex A 1 27 4A 61 0 55 FE 5F 8
Octal 12 1 47 112 141 0 125 376 137 10
Binary 1010 1 100111 1001010 1100001 0 1010101 11111110 1011111 1000

Color Harmonies of #0A0127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0127

Black with #0A0127

Text Example


Text Example

White with #0A0127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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