Html Css Color HEX #0E0D35 Black Russian

📋 copy color: '#0E0D35'

red 14 ◦ green 13 ◦ blue 53

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

Shades of Black Russian #0E0D35

Tints of Black Russian #0E0D35

RGB

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

 GREEN value IS 13 (5.47% from 255) = 16.25%

 BLUE value IS 53 (21.09% from 255) = 66.25%

R = 17.5%
G = 16.25%
B = 66.25%

CMYK

 C value IS 0.74

 M value IS 0.75

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#0E0D35 (or 0x0E0D35) is known color: Black Russian. HEX triplet: 0E, 0D and 35. RGB value is (14,13,53). Sum of RGB (Red+Green+Blue) = 14+13+53=80 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.5% from 80); Green value is 13 (5.47% from 255 or 16.25% from 80); Blue value is 53 (21.09% from 255 or 66.25% from 80); Max value from RGB is 53 - color contains mainly: blue. Hex color #0E0D35 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0D35 is #F1F2CA. Grayscale: #111111. Windows color (decimal): -15856331 or 3476750. OLE color: 3476750.

HSL color Cylindrical-coordinate representation of color #0E0D35: hue angle of 241.5º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0E0D35 is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 14 13 53 -
CMYK 0.74 0.75 0 0.79
HSL 241.5º 0.61% 0.13% -
HSV(B) 241.5º 0.75% 0.21% -
XYZ 0.97 0.64 3.44 -
YUV 17.86 147.83 125.25 -
System Red Green Blue C M Y K H S L
Decimal 14 13 53 0.74 0.75 0 0.79 241.5 0.61 0.13
Hex E D 35 4A 4B 0 4F F2 3D D
Octal 16 15 65 112 113 0 117 362 75 15
Binary 1110 1101 110101 1001010 1001011 0 1001111 11110010 111101 1101

Color Harmonies of #0E0D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0D35

Black with #0E0D35

Text Example


Text Example

White with #0E0D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,13,53); }

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

background-color css

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

 a { background-color: rgb(14,13,53); }

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

border-color css

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

 span { border-color: rgb(14,13,53); }

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