Html Css Color HEX #383A37 Oil

📋 copy color: '#383A37'

red 56 ◦ green 58 ◦ blue 55

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

Shades of Oil #383A37

Tints of Oil #383A37

RGB

 RED value IS 56 (22.27% from 255) = 33.14%

 GREEN value IS 58 (23.05% from 255) = 34.32%

 BLUE value IS 55 (21.88% from 255) = 32.54%

R = 33.14%
G = 34.32%
B = 32.54%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.05

 K value IS 0.77

RGB Variations

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

Color information

#383A37 (or 0x383A37) is known color: Oil. HEX triplet: 38, 3A and 37. RGB value is (56,58,55). Sum of RGB (Red+Green+Blue) = 56+58+55=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 58 (23.05% from 255 or 34.32% from 169); Blue value is 55 (21.88% from 255 or 32.54% from 169); Max value from RGB is 58 - color contains mainly: green. Hex color #383A37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383A37 is #C7C5C8. Grayscale: #393939. Windows color (decimal): -13092297 or 3619384. OLE color: 3619384.

HSL color Cylindrical-coordinate representation of color #383A37: hue angle of 100º degrees, saturation: 0.03, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #383A37 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.77.

Color convert

RGB 56 58 55 -
CMYK 0.03 0 0.05 0.77
HSL 100º 0.03% 0.22% -
HSV(B) 100º 0.05% 0.23% -
XYZ 3.83 4.14 4.21 -
YUV 57.06 126.84 127.24 -
System Red Green Blue C M Y K H S L
Decimal 56 58 55 0.03 0 0.05 0.77 100 0.03 0.22
Hex 38 3A 37 3 0 5 4D 64 3 16
Octal 70 72 67 3 0 5 115 144 3 26
Binary 111000 111010 110111 11 0 101 1001101 1100100 11 10110

Color Harmonies of #383A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383A37

Black with #383A37

Text Example


Text Example

White with #383A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383A37; }

 p { color: rgb(56,58,55); }

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

background-color css

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

 a { background-color: rgb(56,58,55); }

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

border-color css

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

 span { border-color: rgb(56,58,55); }

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