Html Css Color HEX #0D0E04 Maire

📋 copy color: '#0D0E04'

red 13 ◦ green 14 ◦ blue 4

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

Shades of Maire #0D0E04

Tints of Maire #0D0E04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 12.9%

R = 41.94%
G = 45.16%
B = 12.9%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.71

 K value IS 0.95

RGB Variations

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

Color information

#0D0E04 (or 0x0D0E04) is known color: Maire. HEX triplet: 0D, 0E and 04. RGB value is (13,14,4). Sum of RGB (Red+Green+Blue) = 13+14+4=31 (4% of max value = 765). Red value is 13 (5.47% from 255 or 41.94% from 31); Green value is 14 (5.86% from 255 or 45.16% from 31); Blue value is 4 (1.95% from 255 or 12.90% from 31); Max value from RGB is 14 - color contains mainly: green. Hex color #0D0E04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0E04 is #F2F1FB. Grayscale: #0C0C0C. Windows color (decimal): -15921660 or 265741. OLE color: 265741.

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

Color convert

RGB 13 14 4 -
CMYK 0.07 0 0.71 0.95
HSL 66º 0.56% 0.04% -
HSV(B) 66º 0.71% 0.05% -
XYZ 0.34 0.41 0.18 -
YUV 12.56 123.17 128.31 -
System Red Green Blue C M Y K H S L
Decimal 13 14 4 0.07 0 0.71 0.95 66 0.56 0.04
Hex D E 4 7 0 47 5F 42 38 4
Octal 15 16 4 7 0 107 137 102 70 4
Binary 1101 1110 100 111 0 1000111 1011111 1000010 111000 100

Color Harmonies of #0D0E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0E04

Black with #0D0E04

Text Example


Text Example

White with #0D0E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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