Html Css Color HEX #383844 Black Marlin

📋 copy color: '#383844'

red 56 ◦ green 56 ◦ blue 68

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

Shades of Black Marlin #383844

Tints of Black Marlin #383844

RGB

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

 GREEN value IS 56 (22.27% from 255) = 31.11%

 BLUE value IS 68 (26.95% from 255) = 37.78%

R = 31.11%
G = 31.11%
B = 37.78%

CMYK

 C value IS 0.18

 M value IS 0.18

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#383844 (or 0x383844) is known color: Black Marlin. HEX triplet: 38, 38 and 44. RGB value is (56,56,68). Sum of RGB (Red+Green+Blue) = 56+56+68=180 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.11% from 180); Green value is 56 (22.27% from 255 or 31.11% from 180); Blue value is 68 (26.95% from 255 or 37.78% from 180); Max value from RGB is 68 - color contains mainly: blue. Hex color #383844 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383844 is #C7C7BB. Grayscale: #393939. Windows color (decimal): -13092796 or 4470840. OLE color: 4470840.

HSL color Cylindrical-coordinate representation of color #383844: hue angle of 240º degrees, saturation: 0.1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #383844 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 56 68 -
CMYK 0.18 0.18 0 0.73
HSL 240º 0.1% 0.24% -
HSV(B) 240º 0.18% 0.27% -
XYZ 4.09 4.09 6.04 -
YUV 57.37 134 127.02 -
System Red Green Blue C M Y K H S L
Decimal 56 56 68 0.18 0.18 0 0.73 240 0.1 0.24
Hex 38 38 44 12 12 0 49 F0 A 18
Octal 70 70 104 22 22 0 111 360 12 30
Binary 111000 111000 1000100 10010 10010 0 1001001 11110000 1010 11000

Color Harmonies of #383844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383844

Black with #383844

Text Example


Text Example

White with #383844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383844; }

 p { color: rgb(56,56,68); }

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

background-color css

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

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

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

border-color css

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

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

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