Html Css Color HEX #0E0830 Black Russian

📋 copy color: '#0E0830'

red 14 ◦ green 8 ◦ blue 48

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

Shades of Black Russian #0E0830

Tints of Black Russian #0E0830

RGB

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

 GREEN value IS 8 (3.52% from 255) = 11.43%

 BLUE value IS 48 (19.14% from 255) = 68.57%

R = 20%
G = 11.43%
B = 68.57%

CMYK

 C value IS 0.71

 M value IS 0.83

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0E0830 (or 0x0E0830) is known color: Black Russian. HEX triplet: 0E, 08 and 30. RGB value is (14,8,48). Sum of RGB (Red+Green+Blue) = 14+8+48=70 (9% of max value = 765). Red value is 14 (5.86% from 255 or 20% from 70); Green value is 8 (3.52% from 255 or 11.43% from 70); Blue value is 48 (19.14% from 255 or 68.57% from 70); Max value from RGB is 48 - color contains mainly: blue. Hex color #0E0830 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0830 is #F1F7CF. Grayscale: #0E0E0E. Windows color (decimal): -15857616 or 3147790. OLE color: 3147790.

HSL color Cylindrical-coordinate representation of color #0E0830: hue angle of 249º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E0830 is Cyan = 0.71, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 14 8 48 -
CMYK 0.71 0.83 0 0.81
HSL 249º 0.71% 0.11% -
HSV(B) 249º 0.83% 0.19% -
XYZ 0.8 0.48 2.85 -
YUV 14.35 146.99 127.75 -
System Red Green Blue C M Y K H S L
Decimal 14 8 48 0.71 0.83 0 0.81 249 0.71 0.11
Hex E 8 30 47 53 0 51 F9 47 B
Octal 16 10 60 107 123 0 121 371 107 13
Binary 1110 1000 110000 1000111 1010011 0 1010001 11111001 1000111 1011

Color Harmonies of #0E0830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0830

Black with #0E0830

Text Example


Text Example

White with #0E0830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,8,48); }

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

background-color css

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

 a { background-color: rgb(14,8,48); }

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

border-color css

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

 span { border-color: rgb(14,8,48); }

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