Html Css Color HEX #0B1D07 Myrtle

📋 copy color: '#0B1D07'

red 11 ◦ green 29 ◦ blue 7

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

Shades of Myrtle #0B1D07

Tints of Myrtle #0B1D07

RGB

 RED value IS 11 (4.69% from 255) = 23.4%

 GREEN value IS 29 (11.72% from 255) = 61.7%

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

R = 23.4%
G = 61.7%
B = 14.89%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.76

 K value IS 0.89

RGB Variations

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

Color information

#0B1D07 (or 0x0B1D07) is known color: Myrtle. HEX triplet: 0B, 1D and 07. RGB value is (11,29,7). Sum of RGB (Red+Green+Blue) = 11+29+7=47 (6% of max value = 765). Red value is 11 (4.69% from 255 or 23.40% from 47); Green value is 29 (11.72% from 255 or 61.70% from 47); Blue value is 7 (3.12% from 255 or 14.89% from 47); Max value from RGB is 29 - color contains mainly: green. Hex color #0B1D07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1D07 is #F4E2F8. Grayscale: #151515. Windows color (decimal): -16048889 or 466187. OLE color: 466187.

HSL color Cylindrical-coordinate representation of color #0B1D07: hue angle of 109.09º degrees, saturation: 0.61, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0B1D07 is Cyan = 0.62, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.89.

Color convert

RGB 11 29 7 -
CMYK 0.62 0 0.76 0.89
HSL 109.09º 0.61% 0.07% -
HSV(B) 109.09º 0.76% 0.11% -
XYZ 0.62 0.97 0.35 -
YUV 21.11 120.04 120.79 -
System Red Green Blue C M Y K H S L
Decimal 11 29 7 0.62 0 0.76 0.89 109.09 0.61 0.07
Hex B 1D 7 3E 0 4C 59 6D 3D 7
Octal 13 35 7 76 0 114 131 155 75 7
Binary 1011 11101 111 111110 0 1001100 1011001 1101101 111101 111

Color Harmonies of #0B1D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1D07

Black with #0B1D07

Text Example


Text Example

White with #0B1D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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