Html Css Color HEX #10250E Myrtle

📋 copy color: '#10250E'

red 16 ◦ green 37 ◦ blue 14

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

Shades of Myrtle #10250E

Tints of Myrtle #10250E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 20.9%

R = 23.88%
G = 55.22%
B = 20.9%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.62

 K value IS 0.85

RGB Variations

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

Color information

#10250E (or 0x10250E) is known color: Myrtle. HEX triplet: 10, 25 and 0E. RGB value is (16,37,14). Sum of RGB (Red+Green+Blue) = 16+37+14=67 (8% of max value = 765). Red value is 16 (6.64% from 255 or 23.88% from 67); Green value is 37 (14.84% from 255 or 55.22% from 67); Blue value is 14 (5.86% from 255 or 20.90% from 67); Max value from RGB is 37 - color contains mainly: green. Hex color #10250E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10250E is #EFDAF1. Grayscale: #1C1C1C. Windows color (decimal): -15719154 or 926992. OLE color: 926992.

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

Color convert

RGB 16 37 14 -
CMYK 0.57 0 0.62 0.85
HSL 114.78º 0.45% 0.1% -
HSV(B) 114.78º 0.62% 0.15% -
XYZ 0.95 1.47 0.65 -
YUV 28.1 120.04 119.37 -
System Red Green Blue C M Y K H S L
Decimal 16 37 14 0.57 0 0.62 0.85 114.78 0.45 0.1
Hex 10 25 E 39 0 3E 55 73 2D A
Octal 20 45 16 71 0 76 125 163 55 12
Binary 10000 100101 1110 111001 0 111110 1010101 1110011 101101 1010

Color Harmonies of #10250E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10250E

Black with #10250E

Text Example


Text Example

White with #10250E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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