Html Css Color HEX #0B250A Myrtle

📋 copy color: '#0B250A'

red 11 ◦ green 37 ◦ blue 10

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

Shades of Myrtle #0B250A

Tints of Myrtle #0B250A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 63.79%

 BLUE value IS 10 (4.3% from 255) = 17.24%

R = 18.97%
G = 63.79%
B = 17.24%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.73

 K value IS 0.85

RGB Variations

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

Color information

#0B250A (or 0x0B250A) is known color: Myrtle. HEX triplet: 0B, 25 and 0A. RGB value is (11,37,10). Sum of RGB (Red+Green+Blue) = 11+37+10=58 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.97% from 58); Green value is 37 (14.84% from 255 or 63.79% from 58); Blue value is 10 (4.30% from 255 or 17.24% from 58); Max value from RGB is 37 - color contains mainly: green. Hex color #0B250A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B250A is #F4DAF5. Grayscale: #1A1A1A. Windows color (decimal): -16046838 or 664843. OLE color: 664843.

HSL color Cylindrical-coordinate representation of color #0B250A: hue angle of 117.78º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0B250A is Cyan = 0.70, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.85.

Color convert

RGB 11 37 10 -
CMYK 0.70 0 0.73 0.85
HSL 117.78º 0.57% 0.09% -
HSV(B) 117.78º 0.73% 0.15% -
XYZ 0.85 1.42 0.52 -
YUV 26.15 118.89 117.2 -
System Red Green Blue C M Y K H S L
Decimal 11 37 10 0.70 0 0.73 0.85 117.78 0.57 0.09
Hex B 25 A 46 0 49 55 76 39 9
Octal 13 45 12 106 0 111 125 166 71 11
Binary 1011 100101 1010 1000110 0 1001001 1010101 1110110 111001 1001

Color Harmonies of #0B250A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B250A

Black with #0B250A

Text Example


Text Example

White with #0B250A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,37,10); }

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

background-color css

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

 a { background-color: rgb(11,37,10); }

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

border-color css

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

 span { border-color: rgb(11,37,10); }

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