Html Css Color HEX #0B2309 Myrtle

📋 copy color: '#0B2309'

red 11 ◦ green 35 ◦ blue 9

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

Shades of Myrtle #0B2309

Tints of Myrtle #0B2309

RGB

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

 GREEN value IS 35 (14.06% from 255) = 63.64%

 BLUE value IS 9 (3.91% from 255) = 16.36%

R = 20%
G = 63.64%
B = 16.36%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.74

 K value IS 0.86

RGB Variations

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

Color information

#0B2309 (or 0x0B2309) is known color: Myrtle. HEX triplet: 0B, 23 and 09. RGB value is (11,35,9). Sum of RGB (Red+Green+Blue) = 11+35+9=55 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20% from 55); Green value is 35 (14.06% from 255 or 63.64% from 55); Blue value is 9 (3.91% from 255 or 16.36% from 55); Max value from RGB is 35 - color contains mainly: green. Hex color #0B2309 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2309 is #F4DCF6. Grayscale: #181818. Windows color (decimal): -16047351 or 598795. OLE color: 598795.

HSL color Cylindrical-coordinate representation of color #0B2309: hue angle of 115.38º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0B2309 is Cyan = 0.69, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.86.

Color convert

RGB 11 35 9 -
CMYK 0.69 0 0.74 0.86
HSL 115.38º 0.59% 0.09% -
HSV(B) 115.38º 0.74% 0.14% -
XYZ 0.79 1.29 0.47 -
YUV 24.86 119.05 118.11 -
System Red Green Blue C M Y K H S L
Decimal 11 35 9 0.69 0 0.74 0.86 115.38 0.59 0.09
Hex B 23 9 45 0 4A 56 73 3B 9
Octal 13 43 11 105 0 112 126 163 73 11
Binary 1011 100011 1001 1000101 0 1001010 1010110 1110011 111011 1001

Color Harmonies of #0B2309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2309

Black with #0B2309

Text Example


Text Example

White with #0B2309

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,35,9); }

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

background-color css

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

 a { background-color: rgb(11,35,9); }

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

border-color css

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

 span { border-color: rgb(11,35,9); }

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