Html Css Color HEX #3F484B Atomic

📋 copy color: '#3F484B'

red 63 ◦ green 72 ◦ blue 75

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

Shades of Atomic #3F484B

Tints of Atomic #3F484B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.29%

 BLUE value IS 75 (29.69% from 255) = 35.71%

R = 30%
G = 34.29%
B = 35.71%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3F484B (or 0x3F484B) is known color: Atomic. HEX triplet: 3F, 48 and 4B. RGB value is (63,72,75). Sum of RGB (Red+Green+Blue) = 63+72+75=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 72 (28.52% from 255 or 34.29% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 75 - color contains mainly: blue. Hex color #3F484B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F484B is #C0B7B4. Grayscale: #454545. Windows color (decimal): -12629941 or 4933695. OLE color: 4933695.

HSL color Cylindrical-coordinate representation of color #3F484B: hue angle of 195º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3F484B is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 63 72 75 -
CMYK 0.16 0.04 0 0.71
HSL 195º 0.09% 0.27% -
HSV(B) 195º 0.16% 0.29% -
XYZ 5.64 6.2 7.56 -
YUV 69.65 131.02 123.26 -
System Red Green Blue C M Y K H S L
Decimal 63 72 75 0.16 0.04 0 0.71 195 0.09 0.27
Hex 3F 48 4B 10 4 0 47 C3 9 1B
Octal 77 110 113 20 4 0 107 303 11 33
Binary 111111 1001000 1001011 10000 100 0 1000111 11000011 1001 11011

Color Harmonies of #3F484B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F484B

Black with #3F484B

Text Example


Text Example

White with #3F484B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,72,75); }

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

background-color css

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

 a { background-color: rgb(63,72,75); }

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

border-color css

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

 span { border-color: rgb(63,72,75); }

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