Html Css Color HEX #3F3239 Barossa

📋 copy color: '#3F3239'

red 63 ◦ green 50 ◦ blue 57

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

Shades of Barossa #3F3239

Tints of Barossa #3F3239

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.41%

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

R = 37.06%
G = 29.41%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.75

RGB Variations

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

Color information

#3F3239 (or 0x3F3239) is known color: Barossa. HEX triplet: 3F, 32 and 39. RGB value is (63,50,57). Sum of RGB (Red+Green+Blue) = 63+50+57=170 (22% of max value = 765). Red value is 63 (25% from 255 or 37.06% from 170); Green value is 50 (19.92% from 255 or 29.41% from 170); Blue value is 57 (22.66% from 255 or 33.53% from 170); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3239 is #C0CDC6. Grayscale: #363636. Windows color (decimal): -12635591 or 3748415. OLE color: 3748415.

HSL color Cylindrical-coordinate representation of color #3F3239: hue angle of 327.69º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3F3239 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 50 57 -
CMYK 0 0.21 0.10 0.75
HSL 327.69º 0.12% 0.22% -
HSV(B) 327.69º 0.21% 0.25% -
XYZ 3.93 3.63 4.37 -
YUV 54.69 129.31 133.93 -
System Red Green Blue C M Y K H S L
Decimal 63 50 57 0 0.21 0.10 0.75 327.69 0.12 0.22
Hex 3F 32 39 0 15 A 4B 148 C 16
Octal 77 62 71 0 25 12 113 510 14 26
Binary 111111 110010 111001 0 10101 1010 1001011 101001000 1100 10110

Color Harmonies of #3F3239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3239

Black with #3F3239

Text Example


Text Example

White with #3F3239

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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