Html Css Color HEX #383842 Black Marlin

📋 copy color: '#383842'

red 56 ◦ green 56 ◦ blue 66

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

Shades of Black Marlin #383842

Tints of Black Marlin #383842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 37.08%

R = 31.46%
G = 31.46%
B = 37.08%

CMYK

 C value IS 0.15

 M value IS 0.15

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#383842 (or 0x383842) is known color: Black Marlin. HEX triplet: 38, 38 and 42. RGB value is (56,56,66). Sum of RGB (Red+Green+Blue) = 56+56+66=178 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.46% from 178); Green value is 56 (22.27% from 255 or 31.46% from 178); Blue value is 66 (26.17% from 255 or 37.08% from 178); Max value from RGB is 66 - color contains mainly: blue. Hex color #383842 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383842 is #C7C7BD. Grayscale: #393939. Windows color (decimal): -13092798 or 4339768. OLE color: 4339768.

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

Color convert

RGB 56 56 66 -
CMYK 0.15 0.15 0 0.74
HSL 240º 0.08% 0.24% -
HSV(B) 240º 0.15% 0.26% -
XYZ 4.03 4.06 5.73 -
YUV 57.14 133 127.19 -
System Red Green Blue C M Y K H S L
Decimal 56 56 66 0.15 0.15 0 0.74 240 0.08 0.24
Hex 38 38 42 F F 0 4A F0 8 18
Octal 70 70 102 17 17 0 112 360 10 30
Binary 111000 111000 1000010 1111 1111 0 1001010 11110000 1000 11000

Color Harmonies of #383842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383842

Black with #383842

Text Example


Text Example

White with #383842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383842; }

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

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

background-color css

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

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

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

border-color css

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

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

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