Html Css Color HEX #3F2F35 Barossa

📋 copy color: '#3F2F35'

red 63 ◦ green 47 ◦ blue 53

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

Shades of Barossa #3F2F35

Tints of Barossa #3F2F35

RGB

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

 GREEN value IS 47 (18.75% from 255) = 28.83%

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

R = 38.65%
G = 28.83%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.75

RGB Variations

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

Color information

#3F2F35 (or 0x3F2F35) is known color: Barossa. HEX triplet: 3F, 2F and 35. RGB value is (63,47,53). Sum of RGB (Red+Green+Blue) = 63+47+53=163 (21% of max value = 765). Red value is 63 (25% from 255 or 38.65% from 163); Green value is 47 (18.75% from 255 or 28.83% from 163); Blue value is 53 (21.09% from 255 or 32.52% from 163); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2F35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2F35 is #C0D0CA. Grayscale: #343434. Windows color (decimal): -12636363 or 3485503. OLE color: 3485503.

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

Color convert

RGB 63 47 53 -
CMYK 0 0.25 0.16 0.75
HSL 337.5º 0.15% 0.22% -
HSV(B) 337.5º 0.25% 0.25% -
XYZ 3.71 3.35 3.82 -
YUV 52.47 128.3 135.51 -
System Red Green Blue C M Y K H S L
Decimal 63 47 53 0 0.25 0.16 0.75 337.5 0.15 0.22
Hex 3F 2F 35 0 19 10 4B 152 F 16
Octal 77 57 65 0 31 20 113 522 17 26
Binary 111111 101111 110101 0 11001 10000 1001011 101010010 1111 10110

Color Harmonies of #3F2F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2F35

Black with #3F2F35

Text Example


Text Example

White with #3F2F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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