Html Css Color HEX #3F3339 Barossa

📋 copy color: '#3F3339'

red 63 ◦ green 51 ◦ blue 57

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

Shades of Barossa #3F3339

Tints of Barossa #3F3339

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.82%

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

R = 36.84%
G = 29.82%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.75

RGB Variations

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

Color information

#3F3339 (or 0x3F3339) is known color: Barossa. HEX triplet: 3F, 33 and 39. RGB value is (63,51,57). Sum of RGB (Red+Green+Blue) = 63+51+57=171 (22% of max value = 765). Red value is 63 (25% from 255 or 36.84% from 171); Green value is 51 (20.31% from 255 or 29.82% from 171); Blue value is 57 (22.66% from 255 or 33.33% from 171); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3339 is #C0CCC6. Grayscale: #373737. Windows color (decimal): -12635335 or 3748671. OLE color: 3748671.

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

Color convert

RGB 63 51 57 -
CMYK 0 0.19 0.10 0.75
HSL 330º 0.11% 0.22% -
HSV(B) 330º 0.19% 0.25% -
XYZ 3.97 3.72 4.38 -
YUV 55.27 128.98 133.51 -
System Red Green Blue C M Y K H S L
Decimal 63 51 57 0 0.19 0.10 0.75 330 0.11 0.22
Hex 3F 33 39 0 13 A 4B 14A B 16
Octal 77 63 71 0 23 12 113 512 13 26
Binary 111111 110011 111001 0 10011 1010 1001011 101001010 1011 10110

Color Harmonies of #3F3339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3339

Black with #3F3339

Text Example


Text Example

White with #3F3339

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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