Html Css Color HEX #3F3435 Havana

📋 copy color: '#3F3435'

red 63 ◦ green 52 ◦ blue 53

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

Shades of Havana #3F3435

Tints of Havana #3F3435

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.95%

 BLUE value IS 53 (21.09% from 255) = 31.55%

R = 37.5%
G = 30.95%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.75

RGB Variations

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

Color information

#3F3435 (or 0x3F3435) is known color: Havana. HEX triplet: 3F, 34 and 35. RGB value is (63,52,53). Sum of RGB (Red+Green+Blue) = 63+52+53=168 (22% of max value = 765). Red value is 63 (25% from 255 or 37.5% from 168); Green value is 52 (20.70% from 255 or 30.95% from 168); Blue value is 53 (21.09% from 255 or 31.55% from 168); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3435 is #C0CBCA. Grayscale: #373737. Windows color (decimal): -12635083 or 3486783. OLE color: 3486783.

HSL color Cylindrical-coordinate representation of color #3F3435: hue angle of 354.55º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3F3435 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 52 53 -
CMYK 0 0.17 0.16 0.75
HSL 354.55º 0.1% 0.23% -
HSV(B) 354.55º 0.17% 0.25% -
XYZ 3.92 3.77 3.89 -
YUV 55.4 126.64 133.42 -
System Red Green Blue C M Y K H S L
Decimal 63 52 53 0 0.17 0.16 0.75 354.55 0.1 0.23
Hex 3F 34 35 0 11 10 4B 163 A 17
Octal 77 64 65 0 21 20 113 543 12 27
Binary 111111 110100 110101 0 10001 10000 1001011 101100011 1010 10111

Color Harmonies of #3F3435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3435

Black with #3F3435

Text Example


Text Example

White with #3F3435

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,52,53); }

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

background-color css

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

 a { background-color: rgb(63,52,53); }

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

border-color css

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

 span { border-color: rgb(63,52,53); }

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