Html Css Color HEX #0D330B Myrtle

📋 copy color: '#0D330B'

red 13 ◦ green 51 ◦ blue 11

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

Shades of Myrtle #0D330B

Tints of Myrtle #0D330B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 68%

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

R = 17.33%
G = 68%
B = 14.67%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.78

 K value IS 0.8

RGB Variations

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

Color information

#0D330B (or 0x0D330B) is known color: Myrtle. HEX triplet: 0D, 33 and 0B. RGB value is (13,51,11). Sum of RGB (Red+Green+Blue) = 13+51+11=75 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.33% from 75); Green value is 51 (20.31% from 255 or 68% from 75); Blue value is 11 (4.69% from 255 or 14.67% from 75); Max value from RGB is 51 - color contains mainly: green. Hex color #0D330B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D330B is #F2CCF4. Grayscale: #232323. Windows color (decimal): -15912181 or 733965. OLE color: 733965.

HSL color Cylindrical-coordinate representation of color #0D330B: hue angle of 117º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0D330B is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.8.

Color convert

RGB 13 51 11 -
CMYK 0.75 0 0.78 0.8
HSL 117º 0.65% 0.12% -
HSV(B) 117º 0.78% 0.2% -
XYZ 1.41 2.48 0.72 -
YUV 35.08 114.41 112.25 -
System Red Green Blue C M Y K H S L
Decimal 13 51 11 0.75 0 0.78 0.8 117 0.65 0.12
Hex D 33 B 4B 0 4E 50 75 41 C
Octal 15 63 13 113 0 116 120 165 101 14
Binary 1101 110011 1011 1001011 0 1001110 1010000 1110101 1000001 1100

Color Harmonies of #0D330B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D330B

Black with #0D330B

Text Example


Text Example

White with #0D330B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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