Html Css Color HEX #0F1005 Maire

📋 copy color: '#0F1005'

red 15 ◦ green 16 ◦ blue 5

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

Shades of Maire #0F1005

Tints of Maire #0F1005

RGB

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

 GREEN value IS 16 (6.64% from 255) = 44.44%

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

R = 41.67%
G = 44.44%
B = 13.89%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.69

 K value IS 0.94

RGB Variations

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

Color information

#0F1005 (or 0x0F1005) is known color: Maire. HEX triplet: 0F, 10 and 05. RGB value is (15,16,5). Sum of RGB (Red+Green+Blue) = 15+16+5=36 (4% of max value = 765). Red value is 15 (6.25% from 255 or 41.67% from 36); Green value is 16 (6.64% from 255 or 44.44% from 36); Blue value is 5 (2.34% from 255 or 13.89% from 36); Max value from RGB is 16 - color contains mainly: green. Hex color #0F1005 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1005 is #F0EFFA. Grayscale: #0E0E0E. Windows color (decimal): -15790075 or 331791. OLE color: 331791.

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

Color convert

RGB 15 16 5 -
CMYK 0.06 0 0.69 0.94
HSL 65.45º 0.52% 0.04% -
HSV(B) 65.45º 0.69% 0.06% -
XYZ 0.41 0.48 0.22 -
YUV 14.45 122.67 128.39 -
System Red Green Blue C M Y K H S L
Decimal 15 16 5 0.06 0 0.69 0.94 65.45 0.52 0.04
Hex F 10 5 6 0 45 5E 41 34 4
Octal 17 20 5 6 0 105 136 101 64 4
Binary 1111 10000 101 110 0 1000101 1011110 1000001 110100 100

Color Harmonies of #0F1005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1005

Black with #0F1005

Text Example


Text Example

White with #0F1005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,16,5); }

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

background-color css

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

 a { background-color: rgb(15,16,5); }

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

border-color css

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

 span { border-color: rgb(15,16,5); }

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