Html Css Color HEX #3F3338 Barossa

📋 copy color: '#3F3338'

red 63 ◦ green 51 ◦ blue 56

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

Shades of Barossa #3F3338

Tints of Barossa #3F3338

RGB

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

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

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

R = 37.06%
G = 30%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#3F3338 (or 0x3F3338) is known color: Barossa. HEX triplet: 3F, 33 and 38. RGB value is (63,51,56). Sum of RGB (Red+Green+Blue) = 63+51+56=170 (22% of max value = 765). Red value is 63 (25% from 255 or 37.06% from 170); Green value is 51 (20.31% from 255 or 30% from 170); Blue value is 56 (22.27% from 255 or 32.94% from 170); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3338 is #C0CCC7. Grayscale: #373737. Windows color (decimal): -12635336 or 3683135. OLE color: 3683135.

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

Color convert

RGB 63 51 56 -
CMYK 0 0.19 0.11 0.75
HSL 335º 0.11% 0.22% -
HSV(B) 335º 0.19% 0.25% -
XYZ 3.95 3.71 4.25 -
YUV 55.16 128.48 133.59 -
System Red Green Blue C M Y K H S L
Decimal 63 51 56 0 0.19 0.11 0.75 335 0.11 0.22
Hex 3F 33 38 0 13 B 4B 14F B 16
Octal 77 63 70 0 23 13 113 517 13 26
Binary 111111 110011 111000 0 10011 1011 1001011 101001111 1011 10110

Color Harmonies of #3F3338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3338

Black with #3F3338

Text Example


Text Example

White with #3F3338

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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