Html Css Color HEX #382925 Diesel

📋 copy color: '#382925'

red 56 ◦ green 41 ◦ blue 37

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

Shades of Diesel #382925

Tints of Diesel #382925

RGB

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

 GREEN value IS 41 (16.41% from 255) = 30.6%

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

R = 41.79%
G = 30.6%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.78

RGB Variations

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

Color information

#382925 (or 0x382925) is known color: Diesel. HEX triplet: 38, 29 and 25. RGB value is (56,41,37). Sum of RGB (Red+Green+Blue) = 56+41+37=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 41 (16.41% from 255 or 30.60% from 134); Blue value is 37 (14.84% from 255 or 27.61% from 134); Max value from RGB is 56 - color contains mainly: red. Hex color #382925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382925 is #C7D6DA. Grayscale: #2D2D2D. Windows color (decimal): -13096667 or 2435384. OLE color: 2435384.

HSL color Cylindrical-coordinate representation of color #382925: hue angle of 12.63º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #382925 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 41 37 -
CMYK 0 0.27 0.34 0.78
HSL 12.63º 0.2% 0.18% -
HSV(B) 12.63º 0.34% 0.22% -
XYZ 2.76 2.56 2.1 -
YUV 45.03 123.47 135.83 -
System Red Green Blue C M Y K H S L
Decimal 56 41 37 0 0.27 0.34 0.78 12.63 0.2 0.18
Hex 38 29 25 0 1B 22 4E D 14 12
Octal 70 51 45 0 33 42 116 15 24 22
Binary 111000 101001 100101 0 11011 100010 1001110 1101 10100 10010

Color Harmonies of #382925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382925

Black with #382925

Text Example


Text Example

White with #382925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382925; }

 p { color: rgb(56,41,37); }

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

background-color css

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

 a { background-color: rgb(56,41,37); }

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

border-color css

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

 span { border-color: rgb(56,41,37); }

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