Html Css Color HEX #383E30 Seaweed

📋 copy color: '#383E30'

red 56 ◦ green 62 ◦ blue 48

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

Shades of Seaweed #383E30

Tints of Seaweed #383E30

RGB

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

 GREEN value IS 62 (24.61% from 255) = 37.35%

 BLUE value IS 48 (19.14% from 255) = 28.92%

R = 33.73%
G = 37.35%
B = 28.92%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.23

 K value IS 0.76

RGB Variations

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

Color information

#383E30 (or 0x383E30) is known color: Seaweed. HEX triplet: 38, 3E and 30. RGB value is (56,62,48). Sum of RGB (Red+Green+Blue) = 56+62+48=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 62 (24.61% from 255 or 37.35% from 166); Blue value is 48 (19.14% from 255 or 28.92% from 166); Max value from RGB is 62 - color contains mainly: green. Hex color #383E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383E30 is #C7C1CF. Grayscale: #3A3A3A. Windows color (decimal): -13091280 or 3161656. OLE color: 3161656.

HSL color Cylindrical-coordinate representation of color #383E30: hue angle of 85.71º degrees, saturation: 0.13, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #383E30 is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.

Color convert

RGB 56 62 48 -
CMYK 0.10 0 0.23 0.76
HSL 85.71º 0.13% 0.22% -
HSV(B) 85.71º 0.23% 0.24% -
XYZ 3.89 4.5 3.46 -
YUV 58.61 122.01 126.14 -
System Red Green Blue C M Y K H S L
Decimal 56 62 48 0.10 0 0.23 0.76 85.71 0.13 0.22
Hex 38 3E 30 A 0 17 4C 56 D 16
Octal 70 76 60 12 0 27 114 126 15 26
Binary 111000 111110 110000 1010 0 10111 1001100 1010110 1101 10110

Color Harmonies of #383E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383E30

Black with #383E30

Text Example


Text Example

White with #383E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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