Html Css Color HEX #0E1727 Black Russian

📋 copy color: '#0E1727'

red 14 ◦ green 23 ◦ blue 39

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

Shades of Black Russian #0E1727

Tints of Black Russian #0E1727

RGB

 RED value IS 14 (5.86% from 255) = 18.42%

 GREEN value IS 23 (9.38% from 255) = 30.26%

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

R = 18.42%
G = 30.26%
B = 51.32%

CMYK

 C value IS 0.64

 M value IS 0.41

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0E1727 (or 0x0E1727) is known color: Black Russian. HEX triplet: 0E, 17 and 27. RGB value is (14,23,39). Sum of RGB (Red+Green+Blue) = 14+23+39=76 (10% of max value = 765). Red value is 14 (5.86% from 255 or 18.42% from 76); Green value is 23 (9.38% from 255 or 30.26% from 76); Blue value is 39 (15.62% from 255 or 51.32% from 76); Max value from RGB is 39 - color contains mainly: blue. Hex color #0E1727 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E1727 is #F1E8D8. Grayscale: #161616. Windows color (decimal): -15853785 or 2561806. OLE color: 2561806.

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

Color convert

RGB 14 23 39 -
CMYK 0.64 0.41 0 0.85
HSL 218.4º 0.47% 0.1% -
HSV(B) 218.4º 0.64% 0.15% -
XYZ 0.85 0.85 2.04 -
YUV 22.13 137.52 122.2 -
System Red Green Blue C M Y K H S L
Decimal 14 23 39 0.64 0.41 0 0.85 218.4 0.47 0.1
Hex E 17 27 40 29 0 55 DA 2F A
Octal 16 27 47 100 51 0 125 332 57 12
Binary 1110 10111 100111 1000000 101001 0 1010101 11011010 101111 1010

Color Harmonies of #0E1727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1727

Black with #0E1727

Text Example


Text Example

White with #0E1727

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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