Html Css Color HEX #0E1330 Black Russian

📋 copy color: '#0E1330'

red 14 ◦ green 19 ◦ blue 48

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

Shades of Black Russian #0E1330

Tints of Black Russian #0E1330

RGB

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

 GREEN value IS 19 (7.81% from 255) = 23.46%

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

R = 17.28%
G = 23.46%
B = 59.26%

CMYK

 C value IS 0.71

 M value IS 0.60

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0E1330 (or 0x0E1330) is known color: Black Russian. HEX triplet: 0E, 13 and 30. RGB value is (14,19,48). Sum of RGB (Red+Green+Blue) = 14+19+48=81 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.28% from 81); Green value is 19 (7.81% from 255 or 23.46% from 81); Blue value is 48 (19.14% from 255 or 59.26% from 81); Max value from RGB is 48 - color contains mainly: blue. Hex color #0E1330 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E1330 is #F1ECCF. Grayscale: #141414. Windows color (decimal): -15854800 or 3150606. OLE color: 3150606.

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

Color convert

RGB 14 19 48 -
CMYK 0.71 0.60 0 0.81
HSL 231.18º 0.55% 0.12% -
HSV(B) 231.18º 0.71% 0.19% -
XYZ 0.95 0.77 2.9 -
YUV 20.81 143.34 123.14 -
System Red Green Blue C M Y K H S L
Decimal 14 19 48 0.71 0.60 0 0.81 231.18 0.55 0.12
Hex E 13 30 47 3C 0 51 E7 37 C
Octal 16 23 60 107 74 0 121 347 67 14
Binary 1110 10011 110000 1000111 111100 0 1010001 11100111 110111 1100

Color Harmonies of #0E1330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1330

Black with #0E1330

Text Example


Text Example

White with #0E1330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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