Html Css Color HEX #0D0E05 Maire

📋 copy color: '#0D0E05'

red 13 ◦ green 14 ◦ blue 5

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

Shades of Maire #0D0E05

Tints of Maire #0D0E05

RGB

 RED value IS 13 (5.47% from 255) = 40.63%

 GREEN value IS 14 (5.86% from 255) = 43.75%

 BLUE value IS 5 (2.34% from 255) = 15.63%

R = 40.63%
G = 43.75%
B = 15.63%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.64

 K value IS 0.95

RGB Variations

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

Color information

#0D0E05 (or 0x0D0E05) is known color: Maire. HEX triplet: 0D, 0E and 05. RGB value is (13,14,5). Sum of RGB (Red+Green+Blue) = 13+14+5=32 (4% of max value = 765). Red value is 13 (5.47% from 255 or 40.62% from 32); Green value is 14 (5.86% from 255 or 43.75% from 32); Blue value is 5 (2.34% from 255 or 15.62% from 32); Max value from RGB is 14 - color contains mainly: green. Hex color #0D0E05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0E05 is #F2F1FA. Grayscale: #0C0C0C. Windows color (decimal): -15921659 or 331277. OLE color: 331277.

HSL color Cylindrical-coordinate representation of color #0D0E05: hue angle of 66.67º degrees, saturation: 0.47, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0D0E05 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.95.

Color convert

RGB 13 14 5 -
CMYK 0.07 0 0.64 0.95
HSL 66.67º 0.47% 0.04% -
HSV(B) 66.67º 0.64% 0.05% -
XYZ 0.35 0.41 0.2 -
YUV 12.68 123.67 128.23 -
System Red Green Blue C M Y K H S L
Decimal 13 14 5 0.07 0 0.64 0.95 66.67 0.47 0.04
Hex D E 5 7 0 40 5F 43 2F 4
Octal 15 16 5 7 0 100 137 103 57 4
Binary 1101 1110 101 111 0 1000000 1011111 1000011 101111 100

Color Harmonies of #0D0E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0E05

Black with #0D0E05

Text Example


Text Example

White with #0D0E05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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