Html Css Color HEX #3F3E45 Black Marlin

📋 copy color: '#3F3E45'

red 63 ◦ green 62 ◦ blue 69

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

Shades of Black Marlin #3F3E45

Tints of Black Marlin #3F3E45

RGB

 RED value IS 63 (25% from 255) = 32.47%

 GREEN value IS 62 (24.61% from 255) = 31.96%

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

R = 32.47%
G = 31.96%
B = 35.57%

CMYK

 C value IS 0.09

 M value IS 0.10

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#3F3E45 (or 0x3F3E45) is known color: Black Marlin. HEX triplet: 3F, 3E and 45. RGB value is (63,62,69). Sum of RGB (Red+Green+Blue) = 63+62+69=194 (25% of max value = 765). Red value is 63 (25% from 255 or 32.47% from 194); Green value is 62 (24.61% from 255 or 31.96% from 194); Blue value is 69 (27.34% from 255 or 35.57% from 194); Max value from RGB is 69 - color contains mainly: blue. Hex color #3F3E45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3E45 is #C0C1BA. Grayscale: #3F3F3F. Windows color (decimal): -12632507 or 4537919. OLE color: 4537919.

HSL color Cylindrical-coordinate representation of color #3F3E45: hue angle of 248.57º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #3F3E45 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 63 62 69 -
CMYK 0.09 0.10 0 0.73
HSL 248.57º 0.05% 0.26% -
HSV(B) 248.57º 0.1% 0.27% -
XYZ 4.85 4.93 6.33 -
YUV 63.1 131.33 127.93 -
System Red Green Blue C M Y K H S L
Decimal 63 62 69 0.09 0.10 0 0.73 248.57 0.05 0.26
Hex 3F 3E 45 9 A 0 49 F9 5 1A
Octal 77 76 105 11 12 0 111 371 5 32
Binary 111111 111110 1000101 1001 1010 0 1001001 11111001 101 11010

Color Harmonies of #3F3E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3E45

Black with #3F3E45

Text Example


Text Example

White with #3F3E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F3E45; }

 p { color: rgb(63,62,69); }

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

background-color css

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

 a { background-color: rgb(63,62,69); }

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

border-color css

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

 span { border-color: rgb(63,62,69); }

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