Html Css Color HEX #383645 Black Marlin

📋 copy color: '#383645'

red 56 ◦ green 54 ◦ blue 69

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

Shades of Black Marlin #383645

Tints of Black Marlin #383645

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.17%

 BLUE value IS 69 (27.34% from 255) = 38.55%

R = 31.28%
G = 30.17%
B = 38.55%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#383645 (or 0x383645) is known color: Black Marlin. HEX triplet: 38, 36 and 45. RGB value is (56,54,69). Sum of RGB (Red+Green+Blue) = 56+54+69=179 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.28% from 179); Green value is 54 (21.48% from 255 or 30.17% from 179); Blue value is 69 (27.34% from 255 or 38.55% from 179); Max value from RGB is 69 - color contains mainly: blue. Hex color #383645 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383645 is #C7C9BA. Grayscale: #383838. Windows color (decimal): -13093307 or 4535864. OLE color: 4535864.

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

Color convert

RGB 56 54 69 -
CMYK 0.19 0.22 0 0.73
HSL 248º 0.12% 0.24% -
HSV(B) 248º 0.22% 0.27% -
XYZ 4.02 3.91 6.17 -
YUV 56.31 135.16 127.78 -
System Red Green Blue C M Y K H S L
Decimal 56 54 69 0.19 0.22 0 0.73 248 0.12 0.24
Hex 38 36 45 13 16 0 49 F8 C 18
Octal 70 66 105 23 26 0 111 370 14 30
Binary 111000 110110 1000101 10011 10110 0 1001001 11111000 1100 11000

Color Harmonies of #383645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383645

Black with #383645

Text Example


Text Example

White with #383645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383645; }

 p { color: rgb(56,54,69); }

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

background-color css

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

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

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

border-color css

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

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

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