Html Css Color HEX #383C41 Baltic Sea

📋 copy color: '#383C41'

red 56 ◦ green 60 ◦ blue 65

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

Shades of Baltic Sea #383C41

Tints of Baltic Sea #383C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 35.91%

R = 30.94%
G = 33.15%
B = 35.91%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#383C41 (or 0x383C41) is known color: Baltic Sea. HEX triplet: 38, 3C and 41. RGB value is (56,60,65). Sum of RGB (Red+Green+Blue) = 56+60+65=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 60 (23.83% from 255 or 33.15% from 181); Blue value is 65 (25.78% from 255 or 35.91% from 181); Max value from RGB is 65 - color contains mainly: blue. Hex color #383C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383C41 is #C7C3BE. Grayscale: #3B3B3B. Windows color (decimal): -13091775 or 4275256. OLE color: 4275256.

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

Color convert

RGB 56 60 65 -
CMYK 0.14 0.08 0 0.75
HSL 213.33º 0.07% 0.24% -
HSV(B) 213.33º 0.14% 0.25% -
XYZ 4.2 4.45 5.64 -
YUV 59.37 131.17 125.59 -
System Red Green Blue C M Y K H S L
Decimal 56 60 65 0.14 0.08 0 0.75 213.33 0.07 0.24
Hex 38 3C 41 E 8 0 4B D5 7 18
Octal 70 74 101 16 10 0 113 325 7 30
Binary 111000 111100 1000001 1110 1000 0 1001011 11010101 111 11000

Color Harmonies of #383C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383C41

Black with #383C41

Text Example


Text Example

White with #383C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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