Html Css Color HEX #0F0D08 Maire

📋 copy color: '#0F0D08'

red 15 ◦ green 13 ◦ blue 8

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

Shades of Maire #0F0D08

Tints of Maire #0F0D08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 22.22%

R = 41.67%
G = 36.11%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.94

RGB Variations

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

Color information

#0F0D08 (or 0x0F0D08) is known color: Maire. HEX triplet: 0F, 0D and 08. RGB value is (15,13,8). Sum of RGB (Red+Green+Blue) = 15+13+8=36 (4% of max value = 765). Red value is 15 (6.25% from 255 or 41.67% from 36); Green value is 13 (5.47% from 255 or 36.11% from 36); Blue value is 8 (3.52% from 255 or 22.22% from 36); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0D08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0D08 is #F0F2F7. Grayscale: #0D0D0D. Windows color (decimal): -15790840 or 527631. OLE color: 527631.

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

Color convert

RGB 15 13 8 -
CMYK 0 0.13 0.47 0.94
HSL 42.86º 0.3% 0.05% -
HSV(B) 42.86º 0.47% 0.06% -
XYZ 0.38 0.41 0.29 -
YUV 13.03 125.16 129.41 -
System Red Green Blue C M Y K H S L
Decimal 15 13 8 0 0.13 0.47 0.94 42.86 0.3 0.05
Hex F D 8 0 D 2F 5E 2B 1E 5
Octal 17 15 10 0 15 57 136 53 36 5
Binary 1111 1101 1000 0 1101 101111 1011110 101011 11110 101

Color Harmonies of #0F0D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0D08

Black with #0F0D08

Text Example


Text Example

White with #0F0D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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