Html Css Color HEX #0F0D07 Maire

📋 copy color: '#0F0D07'

red 15 ◦ green 13 ◦ blue 7

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

Shades of Maire #0F0D07

Tints of Maire #0F0D07

RGB

 RED value IS 15 (6.25% from 255) = 42.86%

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

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

R = 42.86%
G = 37.14%
B = 20%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.53

 K value IS 0.94

RGB Variations

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

Color information

#0F0D07 (or 0x0F0D07) is known color: Maire. HEX triplet: 0F, 0D and 07. RGB value is (15,13,7). Sum of RGB (Red+Green+Blue) = 15+13+7=35 (4% of max value = 765). Red value is 15 (6.25% from 255 or 42.86% from 35); Green value is 13 (5.47% from 255 or 37.14% from 35); Blue value is 7 (3.12% from 255 or 20% from 35); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0D07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0D07 is #F0F2F8. Grayscale: #0C0C0C. Windows color (decimal): -15790841 or 462095. OLE color: 462095.

HSL color Cylindrical-coordinate representation of color #0F0D07: hue angle of 45º degrees, saturation: 0.36, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #0F0D07 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.94.

Color convert

RGB 15 13 7 -
CMYK 0 0.13 0.53 0.94
HSL 45º 0.36% 0.04% -
HSV(B) 45º 0.53% 0.06% -
XYZ 0.38 0.4 0.26 -
YUV 12.91 124.66 129.49 -
System Red Green Blue C M Y K H S L
Decimal 15 13 7 0 0.13 0.53 0.94 45 0.36 0.04
Hex F D 7 0 D 35 5E 2D 24 4
Octal 17 15 7 0 15 65 136 55 44 4
Binary 1111 1101 111 0 1101 110101 1011110 101101 100100 100

Color Harmonies of #0F0D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0D07

Black with #0F0D07

Text Example


Text Example

White with #0F0D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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