#3E2122

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

Shades of Bulgarian Rose #3E2122

Tints of Bulgarian Rose #3E2122

Color information

#3E2122 (or 0x3E2122) is unknown color: approx Bulgarian Rose. HEX triplet: 3E, 21 and 22. RGB value is (62,33,34). Sum of RGB (Red+Green+Blue) = 62+33+34=129 (17% of max value = 765). Red value is 62 (24.61% from 255 or 48.06% from 129); Green value is 33 (13.28% from 255 or 25.58% from 129); Blue value is 34 (13.67% from 255 or 26.36% from 129); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2122 is #C1DEDD. Grayscale: #292929. Windows color (decimal): -12705502 or 2236734. OLE color: 2236734.

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

Color convert

RGB623334-
CMYK00.470.450.76
HSL357.93º30.53%18.63%-
HSV(B)357.93º46.77%24.31%-
XYZ2.822.231.79-
YUV41.78123.61142.42-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 48.06%
GREEN value IS 33 (13.28% from 255) = 25.58%
BLUE value IS 34 (13.67% from 255) = 26.36%
R=48.06%
G=25.58%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62333400.470.450.76357.9330.5318.63
Hex3E212202F2D4C1661f13
Octal764142057551145463723
Binary111110100001100010010111110110110011001011001101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,33,34); }

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

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

 a { background-color: rgb(62,33,34); }

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

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

 span { border-color: rgb(62,33,34); }

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