Html Css Color HEX #383C33 Seaweed

📋 copy color: '#383C33'

red 56 ◦ green 60 ◦ blue 51

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

Shades of Seaweed #383C33

Tints of Seaweed #383C33

RGB

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

 GREEN value IS 60 (23.83% from 255) = 35.93%

 BLUE value IS 51 (20.31% from 255) = 30.54%

R = 33.53%
G = 35.93%
B = 30.54%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.76

RGB Variations

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

Color information

#383C33 (or 0x383C33) is known color: Seaweed. HEX triplet: 38, 3C and 33. RGB value is (56,60,51). Sum of RGB (Red+Green+Blue) = 56+60+51=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 60 (23.83% from 255 or 35.93% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 60 - color contains mainly: green. Hex color #383C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383C33 is #C7C3CC. Grayscale: #393939. Windows color (decimal): -13091789 or 3357752. OLE color: 3357752.

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

Color convert

RGB 56 60 51 -
CMYK 0.07 0 0.15 0.76
HSL 86.67º 0.08% 0.22% -
HSV(B) 86.67º 0.15% 0.24% -
XYZ 3.84 4.31 3.76 -
YUV 57.78 124.17 126.73 -
System Red Green Blue C M Y K H S L
Decimal 56 60 51 0.07 0 0.15 0.76 86.67 0.08 0.22
Hex 38 3C 33 7 0 F 4C 57 8 16
Octal 70 74 63 7 0 17 114 127 10 26
Binary 111000 111100 110011 111 0 1111 1001100 1010111 1000 10110

Color Harmonies of #383C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383C33

Black with #383C33

Text Example


Text Example

White with #383C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,60,51); }

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

background-color css

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

 a { background-color: rgb(56,60,51); }

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

border-color css

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

 span { border-color: rgb(56,60,51); }

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