Html Css Color HEX #283025 Oil

📋 copy color: '#283025'

red 40 ◦ green 48 ◦ blue 37

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

Shades of Oil #283025

Tints of Oil #283025

RGB

 RED value IS 40 (16.02% from 255) = 32%

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

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

R = 32%
G = 38.4%
B = 29.6%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.23

 K value IS 0.81

RGB Variations

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

Color information

#283025 (or 0x283025) is known color: Oil. HEX triplet: 28, 30 and 25. RGB value is (40,48,37). Sum of RGB (Red+Green+Blue) = 40+48+37=125 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32% from 125); Green value is 48 (19.14% from 255 or 38.4% from 125); Blue value is 37 (14.84% from 255 or 29.6% from 125); Max value from RGB is 48 - color contains mainly: green. Hex color #283025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283025 is #D7CFDA. Grayscale: #2C2C2C. Windows color (decimal): -14143451 or 2437160. OLE color: 2437160.

HSL color Cylindrical-coordinate representation of color #283025: hue angle of 103.64º 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 #283025 is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.81.

Color convert

RGB 40 48 37 -
CMYK 0.17 0 0.23 0.81
HSL 103.64º 0.13% 0.17% -
HSV(B) 103.64º 0.23% 0.19% -
XYZ 2.27 2.7 2.15 -
YUV 44.35 123.85 124.89 -
System Red Green Blue C M Y K H S L
Decimal 40 48 37 0.17 0 0.23 0.81 103.64 0.13 0.17
Hex 28 30 25 11 0 17 51 68 D 11
Octal 50 60 45 21 0 27 121 150 15 21
Binary 101000 110000 100101 10001 0 10111 1010001 1101000 1101 10001

Color Harmonies of #283025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283025

Black with #283025

Text Example


Text Example

White with #283025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283025; }

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

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

background-color css

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

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

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

border-color css

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

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

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