Html Css Color HEX #010A27 Black Russian

📋 copy color: '#010A27'

red 1 ◦ green 10 ◦ blue 39

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

Shades of Black Russian #010A27

Tints of Black Russian #010A27

RGB

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

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

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

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

CMYK

 C value IS 0.97

 M value IS 0.74

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#010A27 (or 0x010A27) is known color: Black Russian. HEX triplet: 01, 0A and 27. RGB value is (1,10,39). Sum of RGB (Red+Green+Blue) = 1+10+39=50 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2% from 50); Green value is 10 (4.30% from 255 or 20% 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 #010A27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010A27 is #FEF5D8. Grayscale: #0A0A0A. Windows color (decimal): -16709081 or 2558465. OLE color: 2558465.

HSL color Cylindrical-coordinate representation of color #010A27: hue angle of 225.79º 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 #010A27 is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 1 10 39 -
CMYK 0.97 0.74 0 0.85
HSL 225.79º 0.95% 0.08% -
HSV(B) 225.79º 0.97% 0.15% -
XYZ 0.49 0.37 1.97 -
YUV 10.62 144.02 121.14 -
System Red Green Blue C M Y K H S L
Decimal 1 10 39 0.97 0.74 0 0.85 225.79 0.95 0.08
Hex 1 A 27 61 4A 0 55 E2 5F 8
Octal 1 12 47 141 112 0 125 342 137 10
Binary 1 1010 100111 1100001 1001010 0 1010101 11100010 1011111 1000

Color Harmonies of #010A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010A27

Black with #010A27

Text Example


Text Example

White with #010A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010A27; }

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

 H1.HeaderClassName
 {
   color: #010A27;
 }
 .AnyTagClassName
 {
   color: #010A27;
 }
</style>

background-color css

<style>
 a { background-color: #010A27; }

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

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

border-color css

<style>
 span { border-color: #010A27; }

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

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