Html Css Color HEX #3F353B Barossa

📋 copy color: '#3F353B'

red 63 ◦ green 53 ◦ blue 59

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

Shades of Barossa #3F353B

Tints of Barossa #3F353B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.29%

 BLUE value IS 59 (23.44% from 255) = 33.71%

R = 36%
G = 30.29%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#3F353B (or 0x3F353B) is known color: Barossa. HEX triplet: 3F, 35 and 3B. RGB value is (63,53,59). Sum of RGB (Red+Green+Blue) = 63+53+59=175 (23% of max value = 765). Red value is 63 (25% from 255 or 36% from 175); Green value is 53 (21.09% from 255 or 30.29% from 175); Blue value is 59 (23.44% from 255 or 33.71% from 175); Max value from RGB is 63 - color contains mainly: red. Hex color #3F353B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F353B is #C0CAC4. Grayscale: #383838. Windows color (decimal): -12634821 or 3880255. OLE color: 3880255.

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

Color convert

RGB 63 53 59 -
CMYK 0 0.16 0.06 0.75
HSL 324º 0.09% 0.23% -
HSV(B) 324º 0.16% 0.25% -
XYZ 4.11 3.92 4.68 -
YUV 56.67 129.31 132.51 -
System Red Green Blue C M Y K H S L
Decimal 63 53 59 0 0.16 0.06 0.75 324 0.09 0.23
Hex 3F 35 3B 0 10 6 4B 144 9 17
Octal 77 65 73 0 20 6 113 504 11 27
Binary 111111 110101 111011 0 10000 110 1001011 101000100 1001 10111

Color Harmonies of #3F353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F353B

Black with #3F353B

Text Example


Text Example

White with #3F353B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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