#383D41

Color #383D41 Baltic Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baltic Sea #383D41

Tints of Baltic Sea #383D41

Color information

#383D41 (or 0x383D41) is unknown color: approx 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

RGB566165-
CMYK0.140.0600.75
HSL206.67º7.44%23.73%-
HSV(B)206.67º13.85%25.49%-
XYZ4.254.565.66-
YUV59.96130.84125.17-

RGB Variations

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

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 (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5661650.140.0600.75206.677.4423.73
Hex383D41E604Bcf718
Octal70751011660113317730
Binary11100011110110000011110110010010111100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>