Html Css Color HEX #010E27 Black Russian

📋 copy color: '#010E27'

red 1 ◦ green 14 ◦ blue 39

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

Shades of Black Russian #010E27

Tints of Black Russian #010E27

RGB

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

 GREEN value IS 14 (5.86% from 255) = 25.93%

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

R = 1.85%
G = 25.93%
B = 72.22%

CMYK

 C value IS 0.97

 M value IS 0.64

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#010E27 (or 0x010E27) is known color: Black Russian. HEX triplet: 01, 0E and 27. RGB value is (1,14,39). Sum of RGB (Red+Green+Blue) = 1+14+39=54 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.85% from 54); Green value is 14 (5.86% from 255 or 25.93% from 54); Blue value is 39 (15.62% from 255 or 72.22% from 54); Max value from RGB is 39 - color contains mainly: blue. Hex color #010E27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010E27 is #FEF1D8. Grayscale: #0C0C0C. Windows color (decimal): -16708057 or 2559489. OLE color: 2559489.

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

Color convert

RGB 1 14 39 -
CMYK 0.97 0.64 0 0.85
HSL 219.47º 0.95% 0.08% -
HSV(B) 219.47º 0.97% 0.15% -
XYZ 0.54 0.47 1.98 -
YUV 12.96 142.69 119.47 -
System Red Green Blue C M Y K H S L
Decimal 1 14 39 0.97 0.64 0 0.85 219.47 0.95 0.08
Hex 1 E 27 61 40 0 55 DB 5F 8
Octal 1 16 47 141 100 0 125 333 137 10
Binary 1 1110 100111 1100001 1000000 0 1010101 11011011 1011111 1000

Color Harmonies of #010E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010E27

Black with #010E27

Text Example


Text Example

White with #010E27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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