Html Css Color HEX #0D0B07 Maire

📋 copy color: '#0D0B07'

red 13 ◦ green 11 ◦ blue 7

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

Shades of Maire #0D0B07

Tints of Maire #0D0B07

RGB

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

 GREEN value IS 11 (4.69% from 255) = 35.48%

 BLUE value IS 7 (3.13% from 255) = 22.58%

R = 41.94%
G = 35.48%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.95

RGB Variations

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

Color information

#0D0B07 (or 0x0D0B07) is known color: Maire. HEX triplet: 0D, 0B and 07. RGB value is (13,11,7). Sum of RGB (Red+Green+Blue) = 13+11+7=31 (4% of max value = 765). Red value is 13 (5.47% from 255 or 41.94% from 31); Green value is 11 (4.69% from 255 or 35.48% from 31); Blue value is 7 (3.12% from 255 or 22.58% from 31); Max value from RGB is 13 - color contains mainly: red. Hex color #0D0B07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0B07 is #F2F4F8. Grayscale: #0B0B0B. Windows color (decimal): -15922425 or 461581. OLE color: 461581.

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

Color convert

RGB 13 11 7 -
CMYK 0 0.15 0.46 0.95
HSL 40º 0.3% 0.04% -
HSV(B) 40º 0.46% 0.05% -
XYZ 0.32 0.34 0.25 -
YUV 11.14 125.66 129.33 -
System Red Green Blue C M Y K H S L
Decimal 13 11 7 0 0.15 0.46 0.95 40 0.3 0.04
Hex D B 7 0 F 2E 5F 28 1E 4
Octal 15 13 7 0 17 56 137 50 36 4
Binary 1101 1011 111 0 1111 101110 1011111 101000 11110 100

Color Harmonies of #0D0B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0B07

Black with #0D0B07

Text Example


Text Example

White with #0D0B07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,11,7); }

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

background-color css

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

 a { background-color: rgb(13,11,7); }

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

border-color css

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

 span { border-color: rgb(13,11,7); }

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