Html Css Color HEX #3F3439 Barossa

📋 copy color: '#3F3439'

red 63 ◦ green 52 ◦ blue 57

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

Shades of Barossa #3F3439

Tints of Barossa #3F3439

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 33.14%

R = 36.63%
G = 30.23%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.10

 K value IS 0.75

RGB Variations

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

Color information

#3F3439 (or 0x3F3439) is known color: Barossa. HEX triplet: 3F, 34 and 39. RGB value is (63,52,57). Sum of RGB (Red+Green+Blue) = 63+52+57=172 (22% of max value = 765). Red value is 63 (25% from 255 or 36.63% from 172); Green value is 52 (20.70% from 255 or 30.23% from 172); Blue value is 57 (22.66% from 255 or 33.14% from 172); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3439 is #C0CBC6. Grayscale: #373737. Windows color (decimal): -12635079 or 3748927. OLE color: 3748927.

HSL color Cylindrical-coordinate representation of color #3F3439: hue angle of 332.73º 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 #3F3439 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 52 57 -
CMYK 0 0.17 0.10 0.75
HSL 332.73º 0.1% 0.23% -
HSV(B) 332.73º 0.17% 0.25% -
XYZ 4.02 3.81 4.39 -
YUV 55.86 128.64 133.09 -
System Red Green Blue C M Y K H S L
Decimal 63 52 57 0 0.17 0.10 0.75 332.73 0.1 0.23
Hex 3F 34 39 0 11 A 4B 14D A 17
Octal 77 64 71 0 21 12 113 515 12 27
Binary 111111 110100 111001 0 10001 1010 1001011 101001101 1010 10111

Color Harmonies of #3F3439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3439

Black with #3F3439

Text Example


Text Example

White with #3F3439

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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