Html Css Color HEX #3B3121 Creole

📋 copy color: '#3B3121'

red 59 ◦ green 49 ◦ blue 33

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

Shades of Creole #3B3121

Tints of Creole #3B3121

RGB

 RED value IS 59 (23.44% from 255) = 41.84%

 GREEN value IS 49 (19.53% from 255) = 34.75%

 BLUE value IS 33 (13.28% from 255) = 23.4%

R = 41.84%
G = 34.75%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.77

RGB Variations

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

Color information

#3B3121 (or 0x3B3121) is known color: Creole. HEX triplet: 3B, 31 and 21. RGB value is (59,49,33). Sum of RGB (Red+Green+Blue) = 59+49+33=141 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.84% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 33 (13.28% from 255 or 23.40% from 141); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3121 is #C4CEDE. Grayscale: #323232. Windows color (decimal): -12898015 or 2175291. OLE color: 2175291.

HSL color Cylindrical-coordinate representation of color #3B3121: hue angle of 36.92º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3B3121 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 49 33 -
CMYK 0 0.17 0.44 0.77
HSL 36.92º 0.28% 0.18% -
HSV(B) 36.92º 0.44% 0.23% -
XYZ 3.18 3.24 1.9 -
YUV 50.17 118.31 134.3 -
System Red Green Blue C M Y K H S L
Decimal 59 49 33 0 0.17 0.44 0.77 36.92 0.28 0.18
Hex 3B 31 21 0 11 2C 4D 25 1C 12
Octal 73 61 41 0 21 54 115 45 34 22
Binary 111011 110001 100001 0 10001 101100 1001101 100101 11100 10010

Color Harmonies of #3B3121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3121

Black with #3B3121

Text Example


Text Example

White with #3B3121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,49,33); }

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

background-color css

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

 a { background-color: rgb(59,49,33); }

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

border-color css

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

 span { border-color: rgb(59,49,33); }

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