Html Css Color HEX #0E0F2B Black Russian

📋 copy color: '#0E0F2B'

red 14 ◦ green 15 ◦ blue 43

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

Shades of Black Russian #0E0F2B

Tints of Black Russian #0E0F2B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 20.83%

 BLUE value IS 43 (17.19% from 255) = 59.72%

R = 19.44%
G = 20.83%
B = 59.72%

CMYK

 C value IS 0.67

 M value IS 0.65

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#0E0F2B (or 0x0E0F2B) is known color: Black Russian. HEX triplet: 0E, 0F and 2B. RGB value is (14,15,43). Sum of RGB (Red+Green+Blue) = 14+15+43=72 (9% of max value = 765). Red value is 14 (5.86% from 255 or 19.44% from 72); Green value is 15 (6.25% from 255 or 20.83% from 72); Blue value is 43 (17.19% from 255 or 59.72% from 72); Max value from RGB is 43 - color contains mainly: blue. Hex color #0E0F2B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0F2B is #F1F0D4. Grayscale: #111111. Windows color (decimal): -15855829 or 2821902. OLE color: 2821902.

HSL color Cylindrical-coordinate representation of color #0E0F2B: hue angle of 237.93º degrees, saturation: 0.51, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0E0F2B is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 14 15 43 -
CMYK 0.67 0.65 0 0.83
HSL 237.93º 0.51% 0.11% -
HSV(B) 237.93º 0.67% 0.17% -
XYZ 0.79 0.61 2.36 -
YUV 17.89 142.17 125.22 -
System Red Green Blue C M Y K H S L
Decimal 14 15 43 0.67 0.65 0 0.83 237.93 0.51 0.11
Hex E F 2B 43 41 0 53 EE 33 B
Octal 16 17 53 103 101 0 123 356 63 13
Binary 1110 1111 101011 1000011 1000001 0 1010011 11101110 110011 1011

Color Harmonies of #0E0F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0F2B

Black with #0E0F2B

Text Example


Text Example

White with #0E0F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,15,43); }

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

background-color css

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

 a { background-color: rgb(14,15,43); }

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

border-color css

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

 span { border-color: rgb(14,15,43); }

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