Html Css Color HEX #38302F Diesel

📋 copy color: '#38302F'

red 56 ◦ green 48 ◦ blue 47

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

Shades of Diesel #38302F

Tints of Diesel #38302F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 31.13%

R = 37.09%
G = 31.79%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#38302F (or 0x38302F) is known color: Diesel. HEX triplet: 38, 30 and 2F. RGB value is (56,48,47). Sum of RGB (Red+Green+Blue) = 56+48+47=151 (20% of max value = 765). Red value is 56 (22.27% from 255 or 37.09% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 56 - color contains mainly: red. Hex color #38302F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38302F is #C7CFD0. Grayscale: #323232. Windows color (decimal): -13094865 or 3092536. OLE color: 3092536.

HSL color Cylindrical-coordinate representation of color #38302F: hue angle of 6.67º degrees, saturation: 0.09, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #38302F is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 48 47 -
CMYK 0 0.14 0.16 0.78
HSL 6.67º 0.09% 0.2% -
HSV(B) 6.67º 0.16% 0.22% -
XYZ 3.2 3.16 3.13 -
YUV 50.28 126.15 132.08 -
System Red Green Blue C M Y K H S L
Decimal 56 48 47 0 0.14 0.16 0.78 6.67 0.09 0.2
Hex 38 30 2F 0 E 10 4E 7 9 14
Octal 70 60 57 0 16 20 116 7 11 24
Binary 111000 110000 101111 0 1110 10000 1001110 111 1001 10100

Color Harmonies of #38302F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38302F

Black with #38302F

Text Example


Text Example

White with #38302F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38302F; }

 p { color: rgb(56,48,47); }

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

background-color css

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

 a { background-color: rgb(56,48,47); }

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

border-color css

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

 span { border-color: rgb(56,48,47); }

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