Html Css Color HEX #0C250B Myrtle

📋 copy color: '#0C250B'

red 12 ◦ green 37 ◦ blue 11

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

Shades of Myrtle #0C250B

Tints of Myrtle #0C250B

RGB

 RED value IS 12 (5.08% from 255) = 20%

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

 BLUE value IS 11 (4.69% from 255) = 18.33%

R = 20%
G = 61.67%
B = 18.33%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.70

 K value IS 0.85

RGB Variations

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

Color information

#0C250B (or 0x0C250B) is known color: Myrtle. HEX triplet: 0C, 25 and 0B. RGB value is (12,37,11). Sum of RGB (Red+Green+Blue) = 12+37+11=60 (7% of max value = 765). Red value is 12 (5.08% from 255 or 20% from 60); Green value is 37 (14.84% from 255 or 61.67% from 60); Blue value is 11 (4.69% from 255 or 18.33% from 60); Max value from RGB is 37 - color contains mainly: green. Hex color #0C250B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C250B is #F3DAF4. Grayscale: #1A1A1A. Windows color (decimal): -15981301 or 730380. OLE color: 730380.

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

Color convert

RGB 12 37 11 -
CMYK 0.68 0 0.70 0.85
HSL 117.69º 0.54% 0.09% -
HSV(B) 117.69º 0.7% 0.15% -
XYZ 0.87 1.43 0.55 -
YUV 26.56 119.22 117.61 -
System Red Green Blue C M Y K H S L
Decimal 12 37 11 0.68 0 0.70 0.85 117.69 0.54 0.09
Hex C 25 B 44 0 46 55 76 36 9
Octal 14 45 13 104 0 106 125 166 66 11
Binary 1100 100101 1011 1000100 0 1000110 1010101 1110110 110110 1001

Color Harmonies of #0C250B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C250B

Black with #0C250B

Text Example


Text Example

White with #0C250B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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