#10330B

Color #10330B Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #10330B

Tints of Myrtle #10330B

Color information

#10330B (or 0x10330B) is unknown color: approx Myrtle. HEX triplet: 10, 33 and 0B. RGB value is (16,51,11). Sum of RGB (Red+Green+Blue) = 16+51+11=78 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.51% from 78); Green value is 51 (20.31% from 255 or 65.38% from 78); Blue value is 11 (4.69% from 255 or 14.10% from 78); Max value from RGB is 51 - color contains mainly: green. Hex color #10330B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10330B is #EFCCF4. Grayscale: #242424. Windows color (decimal): -15715573 or 733968. OLE color: 733968.

HSL color Cylindrical-coordinate representation of color #10330B: hue angle of 112.5º 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 #10330B is Cyan = 0.69, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.8.

Color convert

RGB165111-
CMYK0.6900.780.8
HSL112.5º64.52%12.16%-
HSV(B)112.5º78.43%20%-
XYZ1.462.50.72-
YUV35.97113.9113.75-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 20.51%
GREEN value IS 51 (20.31% from 255) = 65.38%
BLUE value IS 11 (4.69% from 255) = 14.10%
R=20.51%
G=65.38%
B=14.10%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1651110.6900.780.8112.564.5212.16
Hex1033B4504E507041c
Octal206313105011612016010114
Binary1000011001110111000101010011101010000111000010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10330B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10330B; }

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

 H1.HeaderClassName
 {
   color: #10330B;
 }
 .AnyTagClassName
 {
   color: #10330B;
 }
</style>
background-color css

<style>
 a { background-color: #10330B; }

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

 div.DivClassName
 {
   background-color: #10330B;
 }
 .BgClassName
 {
   background-color: #10330B;
 }
</style>
border-color css

<style>
 span { border-color: #10330B; }

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

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