Html Css Color HEX #0D250A Myrtle

📋 copy color: '#0D250A'

red 13 ◦ green 37 ◦ blue 10

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

Shades of Myrtle #0D250A

Tints of Myrtle #0D250A

RGB

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

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

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

R = 21.67%
G = 61.67%
B = 16.67%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.73

 K value IS 0.85

RGB Variations

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

Color information

#0D250A (or 0x0D250A) is known color: Myrtle. HEX triplet: 0D, 25 and 0A. RGB value is (13,37,10). Sum of RGB (Red+Green+Blue) = 13+37+10=60 (7% of max value = 765). Red value is 13 (5.47% from 255 or 21.67% from 60); Green value is 37 (14.84% from 255 or 61.67% from 60); Blue value is 10 (4.30% from 255 or 16.67% from 60); Max value from RGB is 37 - color contains mainly: green. Hex color #0D250A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D250A is #F2DAF5. Grayscale: #1A1A1A. Windows color (decimal): -15915766 or 664845. OLE color: 664845.

HSL color Cylindrical-coordinate representation of color #0D250A: hue angle of 113.33º 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 #0D250A is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.85.

Color convert

RGB 13 37 10 -
CMYK 0.65 0 0.73 0.85
HSL 113.33º 0.57% 0.09% -
HSV(B) 113.33º 0.73% 0.15% -
XYZ 0.88 1.43 0.52 -
YUV 26.75 118.55 118.2 -
System Red Green Blue C M Y K H S L
Decimal 13 37 10 0.65 0 0.73 0.85 113.33 0.57 0.09
Hex D 25 A 41 0 49 55 71 39 9
Octal 15 45 12 101 0 111 125 161 71 11
Binary 1101 100101 1010 1000001 0 1001001 1010101 1110001 111001 1001

Color Harmonies of #0D250A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D250A

Black with #0D250A

Text Example


Text Example

White with #0D250A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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