Html Css Color HEX #383D41 Baltic Sea

📋 copy color: '#383D41'

red 56 ◦ green 61 ◦ blue 65

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

Shades of Baltic Sea #383D41

Tints of Baltic Sea #383D41

RGB

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

 GREEN value IS 61 (24.22% from 255) = 33.52%

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

R = 30.77%
G = 33.52%
B = 35.71%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#383D41 (or 0x383D41) is known color: Baltic Sea. HEX triplet: 38, 3D and 41. RGB value is (56,61,65). Sum of RGB (Red+Green+Blue) = 56+61+65=182 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.77% from 182); Green value is 61 (24.22% from 255 or 33.52% from 182); Blue value is 65 (25.78% from 255 or 35.71% from 182); Max value from RGB is 65 - color contains mainly: blue. Hex color #383D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383D41 is #C7C2BE. Grayscale: #3B3B3B. Windows color (decimal): -13091519 or 4275512. OLE color: 4275512.

HSL color Cylindrical-coordinate representation of color #383D41: hue angle of 206.67º 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 #383D41 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 61 65 -
CMYK 0.14 0.06 0 0.75
HSL 206.67º 0.07% 0.24% -
HSV(B) 206.67º 0.14% 0.25% -
XYZ 4.25 4.56 5.66 -
YUV 59.96 130.84 125.17 -
System Red Green Blue C M Y K H S L
Decimal 56 61 65 0.14 0.06 0 0.75 206.67 0.07 0.24
Hex 38 3D 41 E 6 0 4B CF 7 18
Octal 70 75 101 16 6 0 113 317 7 30
Binary 111000 111101 1000001 1110 110 0 1001011 11001111 111 11000

Color Harmonies of #383D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383D41

Black with #383D41

Text Example


Text Example

White with #383D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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