Html Css Color HEX #0E101A Black Russian

📋 copy color: '#0E101A'

red 14 ◦ green 16 ◦ blue 26

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

Shades of Black Russian #0E101A

Tints of Black Russian #0E101A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 28.57%

 BLUE value IS 26 (10.55% from 255) = 46.43%

R = 25%
G = 28.57%
B = 46.43%

CMYK

 C value IS 0.46

 M value IS 0.38

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#0E101A (or 0x0E101A) is known color: Black Russian. HEX triplet: 0E, 10 and 1A. RGB value is (14,16,26). Sum of RGB (Red+Green+Blue) = 14+16+26=56 (7% of max value = 765). Red value is 14 (5.86% from 255 or 25% from 56); Green value is 16 (6.64% from 255 or 28.57% from 56); Blue value is 26 (10.55% from 255 or 46.43% from 56); Max value from RGB is 26 - color contains mainly: blue. Hex color #0E101A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E101A is #F1EFE5. Grayscale: #101010. Windows color (decimal): -15855590 or 1708046. OLE color: 1708046.

HSL color Cylindrical-coordinate representation of color #0E101A: hue angle of 230º degrees, saturation: 0.3, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #0E101A is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 14 16 26 -
CMYK 0.46 0.38 0 0.90
HSL 230º 0.3% 0.08% -
HSV(B) 230º 0.46% 0.1% -
XYZ 0.55 0.54 1.05 -
YUV 16.54 133.34 126.19 -
System Red Green Blue C M Y K H S L
Decimal 14 16 26 0.46 0.38 0 0.90 230 0.3 0.08
Hex E 10 1A 2E 26 0 5A E6 1E 8
Octal 16 20 32 56 46 0 132 346 36 10
Binary 1110 10000 11010 101110 100110 0 1011010 11100110 11110 1000

Color Harmonies of #0E101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E101A

Black with #0E101A

Text Example


Text Example

White with #0E101A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,16,26); }

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

background-color css

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

 a { background-color: rgb(14,16,26); }

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

border-color css

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

 span { border-color: rgb(14,16,26); }

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