Html Css Color HEX #3B352B Creole

📋 copy color: '#3B352B'

red 59 ◦ green 53 ◦ blue 43

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

Shades of Creole #3B352B

Tints of Creole #3B352B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 34.19%

 BLUE value IS 43 (17.19% from 255) = 27.74%

R = 38.06%
G = 34.19%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.77

RGB Variations

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

Color information

#3B352B (or 0x3B352B) is known color: Creole. HEX triplet: 3B, 35 and 2B. RGB value is (59,53,43). Sum of RGB (Red+Green+Blue) = 59+53+43=155 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.06% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 59 - color contains mainly: red. Hex color #3B352B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B352B is #C4CAD4. Grayscale: #353535. Windows color (decimal): -12896981 or 2831675. OLE color: 2831675.

HSL color Cylindrical-coordinate representation of color #3B352B: hue angle of 37.5º degrees, saturation: 0.16, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3B352B is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 53 43 -
CMYK 0 0.10 0.27 0.77
HSL 37.5º 0.16% 0.2% -
HSV(B) 37.5º 0.27% 0.23% -
XYZ 3.51 3.65 2.8 -
YUV 53.65 121.99 131.81 -
System Red Green Blue C M Y K H S L
Decimal 59 53 43 0 0.10 0.27 0.77 37.5 0.16 0.2
Hex 3B 35 2B 0 A 1B 4D 26 10 14
Octal 73 65 53 0 12 33 115 46 20 24
Binary 111011 110101 101011 0 1010 11011 1001101 100110 10000 10100

Color Harmonies of #3B352B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B352B

Black with #3B352B

Text Example


Text Example

White with #3B352B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,53,43); }

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

background-color css

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

 a { background-color: rgb(59,53,43); }

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

border-color css

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

 span { border-color: rgb(59,53,43); }

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