Html Css Color HEX #3F3A33 Jacko Bean

📋 copy color: '#3F3A33'

red 63 ◦ green 58 ◦ blue 51

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

Shades of Jacko Bean #3F3A33

Tints of Jacko Bean #3F3A33

RGB

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

 GREEN value IS 58 (23.05% from 255) = 33.72%

 BLUE value IS 51 (20.31% from 255) = 29.65%

R = 36.63%
G = 33.72%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.75

RGB Variations

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

Color information

#3F3A33 (or 0x3F3A33) is known color: Jacko Bean. HEX triplet: 3F, 3A and 33. RGB value is (63,58,51). Sum of RGB (Red+Green+Blue) = 63+58+51=172 (22% of max value = 765). Red value is 63 (25% from 255 or 36.63% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 51 (20.31% from 255 or 29.65% from 172); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3A33 is #C0C5CC. Grayscale: #3A3A3A. Windows color (decimal): -12633549 or 3357247. OLE color: 3357247.

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

Color convert

RGB 63 58 51 -
CMYK 0 0.08 0.19 0.75
HSL 35º 0.11% 0.22% -
HSV(B) 35º 0.19% 0.25% -
XYZ 4.16 4.32 3.75 -
YUV 58.7 123.66 131.07 -
System Red Green Blue C M Y K H S L
Decimal 63 58 51 0 0.08 0.19 0.75 35 0.11 0.22
Hex 3F 3A 33 0 8 13 4B 23 B 16
Octal 77 72 63 0 10 23 113 43 13 26
Binary 111111 111010 110011 0 1000 10011 1001011 100011 1011 10110

Color Harmonies of #3F3A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3A33

Black with #3F3A33

Text Example


Text Example

White with #3F3A33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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