Html Css Color HEX #3F3238 Barossa

📋 copy color: '#3F3238'

red 63 ◦ green 50 ◦ blue 56

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

Shades of Barossa #3F3238

Tints of Barossa #3F3238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 33.14%

R = 37.28%
G = 29.59%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#3F3238 (or 0x3F3238) is known color: Barossa. HEX triplet: 3F, 32 and 38. RGB value is (63,50,56). Sum of RGB (Red+Green+Blue) = 63+50+56=169 (22% of max value = 765). Red value is 63 (25% from 255 or 37.28% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 56 (22.27% from 255 or 33.14% from 169); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3238 is #C0CDC7. Grayscale: #363636. Windows color (decimal): -12635592 or 3682879. OLE color: 3682879.

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

Color convert

RGB 63 50 56 -
CMYK 0 0.21 0.11 0.75
HSL 332.31º 0.12% 0.22% -
HSV(B) 332.31º 0.21% 0.25% -
XYZ 3.9 3.62 4.24 -
YUV 54.57 128.81 134.01 -
System Red Green Blue C M Y K H S L
Decimal 63 50 56 0 0.21 0.11 0.75 332.31 0.12 0.22
Hex 3F 32 38 0 15 B 4B 14C C 16
Octal 77 62 70 0 25 13 113 514 14 26
Binary 111111 110010 111000 0 10101 1011 1001011 101001100 1100 10110

Color Harmonies of #3F3238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3238

Black with #3F3238

Text Example


Text Example

White with #3F3238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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