Html Css Color HEX #0D150B Myrtle

📋 copy color: '#0D150B'

red 13 ◦ green 21 ◦ blue 11

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

Shades of Myrtle #0D150B

Tints of Myrtle #0D150B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 46.67%

 BLUE value IS 11 (4.69% from 255) = 24.44%

R = 28.89%
G = 46.67%
B = 24.44%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.48

 K value IS 0.92

RGB Variations

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

Color information

#0D150B (or 0x0D150B) is known color: Myrtle. HEX triplet: 0D, 15 and 0B. RGB value is (13,21,11). Sum of RGB (Red+Green+Blue) = 13+21+11=45 (5% of max value = 765). Red value is 13 (5.47% from 255 or 28.89% from 45); Green value is 21 (8.59% from 255 or 46.67% from 45); Blue value is 11 (4.69% from 255 or 24.44% from 45); Max value from RGB is 21 - color contains mainly: green. Hex color #0D150B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D150B is #F2EAF4. Grayscale: #111111. Windows color (decimal): -15919861 or 726285. OLE color: 726285.

HSL color Cylindrical-coordinate representation of color #0D150B: hue angle of 108º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0D150B is Cyan = 0.38, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.92.

Color convert

RGB 13 21 11 -
CMYK 0.38 0 0.48 0.92
HSL 108º 0.31% 0.06% -
HSV(B) 108º 0.48% 0.08% -
XYZ 0.49 0.65 0.42 -
YUV 17.47 124.35 124.81 -
System Red Green Blue C M Y K H S L
Decimal 13 21 11 0.38 0 0.48 0.92 108 0.31 0.06
Hex D 15 B 26 0 30 5C 6C 1F 6
Octal 15 25 13 46 0 60 134 154 37 6
Binary 1101 10101 1011 100110 0 110000 1011100 1101100 11111 110

Color Harmonies of #0D150B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D150B

Black with #0D150B

Text Example


Text Example

White with #0D150B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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