Html Css Color HEX #10250D Myrtle

📋 copy color: '#10250D'

red 16 ◦ green 37 ◦ blue 13

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

Shades of Myrtle #10250D

Tints of Myrtle #10250D

RGB

 RED value IS 16 (6.64% from 255) = 24.24%

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

 BLUE value IS 13 (5.47% from 255) = 19.7%

R = 24.24%
G = 56.06%
B = 19.7%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.65

 K value IS 0.85

RGB Variations

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

Color information

#10250D (or 0x10250D) is known color: Myrtle. HEX triplet: 10, 25 and 0D. RGB value is (16,37,13). Sum of RGB (Red+Green+Blue) = 16+37+13=66 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.24% from 66); Green value is 37 (14.84% from 255 or 56.06% from 66); Blue value is 13 (5.47% from 255 or 19.70% from 66); Max value from RGB is 37 - color contains mainly: green. Hex color #10250D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10250D is #EFDAF2. Grayscale: #1C1C1C. Windows color (decimal): -15719155 or 861456. OLE color: 861456.

HSL color Cylindrical-coordinate representation of color #10250D: hue angle of 112.5º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #10250D is Cyan = 0.57, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.85.

Color convert

RGB 16 37 13 -
CMYK 0.57 0 0.65 0.85
HSL 112.5º 0.48% 0.1% -
HSV(B) 112.5º 0.65% 0.15% -
XYZ 0.95 1.46 0.61 -
YUV 27.99 119.54 119.45 -
System Red Green Blue C M Y K H S L
Decimal 16 37 13 0.57 0 0.65 0.85 112.5 0.48 0.1
Hex 10 25 D 39 0 41 55 70 30 A
Octal 20 45 15 71 0 101 125 160 60 12
Binary 10000 100101 1101 111001 0 1000001 1010101 1110000 110000 1010

Color Harmonies of #10250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10250D

Black with #10250D

Text Example


Text Example

White with #10250D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10250D; }

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

 H1.HeaderClassName
 {
   color: #10250D;
 }
 .AnyTagClassName
 {
   color: #10250D;
 }
</style>

background-color css

<style>
 a { background-color: #10250D; }

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

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

border-color css

<style>
 span { border-color: #10250D; }

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

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