#3E2324

Color #3E2324 Bulgarian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bulgarian Rose #3E2324

Tints of Bulgarian Rose #3E2324

Color information

#3E2324 (or 0x3E2324) is unknown color: approx Bulgarian Rose. HEX triplet: 3E, 23 and 24. RGB value is (62,35,36). Sum of RGB (Red+Green+Blue) = 62+35+36=133 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.62% from 133); Green value is 35 (14.06% from 255 or 26.32% from 133); Blue value is 36 (14.45% from 255 or 27.07% from 133); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2324 is #C1DCDB. Grayscale: #2B2B2B. Windows color (decimal): -12704988 or 2368318. OLE color: 2368318.

HSL color Cylindrical-coordinate representation of color #3E2324: hue angle of 357.78º degrees, saturation: 0.28, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3E2324 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.76.

Color convert

RGB623536-
CMYK00.440.420.76
HSL357.78º27.84%19.02%-
HSV(B)357.78º43.55%24.31%-
XYZ2.912.351.97-
YUV43.19123.95141.42-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 46.62%
GREEN value IS 35 (14.06% from 255) = 26.32%
BLUE value IS 36 (14.45% from 255) = 27.07%
R=46.62%
G=26.32%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62353600.440.420.76357.7827.8419.02
Hex3E232402C2A4C1661c13
Octal764344054521145463423
Binary111110100011100100010110010101010011001011001101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,35,36); }

 H1.HeaderClassName
 {
   color: #3E2324;
 }
 .AnyTagClassName
 {
   color: #3E2324;
 }
</style>
background-color css

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

 a { background-color: rgb(62,35,36); }

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

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

 span { border-color: rgb(62,35,36); }

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