Html Css Color HEX #273025 Oil

📋 copy color: '#273025'

red 39 ◦ green 48 ◦ blue 37

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

Shades of Oil #273025

Tints of Oil #273025

RGB

 RED value IS 39 (15.63% from 255) = 31.45%

 GREEN value IS 48 (19.14% from 255) = 38.71%

 BLUE value IS 37 (14.84% from 255) = 29.84%

R = 31.45%
G = 38.71%
B = 29.84%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.23

 K value IS 0.81

RGB Variations

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

Color information

#273025 (or 0x273025) is known color: Oil. HEX triplet: 27, 30 and 25. RGB value is (39,48,37). Sum of RGB (Red+Green+Blue) = 39+48+37=124 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.45% from 124); Green value is 48 (19.14% from 255 or 38.71% from 124); Blue value is 37 (14.84% from 255 or 29.84% from 124); Max value from RGB is 48 - color contains mainly: green. Hex color #273025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273025 is #D8CFDA. Grayscale: #2C2C2C. Windows color (decimal): -14208987 or 2437159. OLE color: 2437159.

HSL color Cylindrical-coordinate representation of color #273025: hue angle of 109.09º degrees, saturation: 0.13, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #273025 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.81.

Color convert

RGB 39 48 37 -
CMYK 0.19 0 0.23 0.81
HSL 109.09º 0.13% 0.17% -
HSV(B) 109.09º 0.23% 0.19% -
XYZ 2.23 2.68 2.15 -
YUV 44.06 124.02 124.39 -
System Red Green Blue C M Y K H S L
Decimal 39 48 37 0.19 0 0.23 0.81 109.09 0.13 0.17
Hex 27 30 25 13 0 17 51 6D D 11
Octal 47 60 45 23 0 27 121 155 15 21
Binary 100111 110000 100101 10011 0 10111 1010001 1101101 1101 10001

Color Harmonies of #273025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273025

Black with #273025

Text Example


Text Example

White with #273025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273025; }

 p { color: rgb(39,48,37); }

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

background-color css

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

 a { background-color: rgb(39,48,37); }

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

border-color css

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

 span { border-color: rgb(39,48,37); }

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