Html Css Color HEX #38373F Black Marlin

📋 copy color: '#38373F'

red 56 ◦ green 55 ◦ blue 63

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

Shades of Black Marlin #38373F

Tints of Black Marlin #38373F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.61%

 BLUE value IS 63 (25% from 255) = 36.21%

R = 32.18%
G = 31.61%
B = 36.21%

CMYK

 C value IS 0.11

 M value IS 0.13

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#38373F (or 0x38373F) is known color: Black Marlin. HEX triplet: 38, 37 and 3F. RGB value is (56,55,63). Sum of RGB (Red+Green+Blue) = 56+55+63=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 55 (21.88% from 255 or 31.61% from 174); Blue value is 63 (25% from 255 or 36.21% from 174); Max value from RGB is 63 - color contains mainly: blue. Hex color #38373F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38373F is #C7C8C0. Grayscale: #383838. Windows color (decimal): -13093057 or 4142904. OLE color: 4142904.

HSL color Cylindrical-coordinate representation of color #38373F: hue angle of 247.5º degrees, saturation: 0.07, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #38373F is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 55 63 -
CMYK 0.11 0.13 0 0.75
HSL 247.5º 0.07% 0.23% -
HSV(B) 247.5º 0.13% 0.25% -
XYZ 3.89 3.93 5.26 -
YUV 56.21 131.83 127.85 -
System Red Green Blue C M Y K H S L
Decimal 56 55 63 0.11 0.13 0 0.75 247.5 0.07 0.23
Hex 38 37 3F B D 0 4B F8 7 17
Octal 70 67 77 13 15 0 113 370 7 27
Binary 111000 110111 111111 1011 1101 0 1001011 11111000 111 10111

Color Harmonies of #38373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38373F

Black with #38373F

Text Example


Text Example

White with #38373F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38373F; }

 p { color: rgb(56,55,63); }

 H1.HeaderClassName
 {
   color: #38373F;
 }
 .AnyTagClassName
 {
   color: #38373F;
 }
</style>

background-color css

<style>
 a { background-color: #38373F; }

 a { background-color: rgb(56,55,63); }

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

border-color css

<style>
 span { border-color: #38373F; }

 span { border-color: rgb(56,55,63); }

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