#3F2224

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

Shades of Bulgarian Rose #3F2224

Tints of Bulgarian Rose #3F2224

Color information

#3F2224 (or 0x3F2224) is unknown color: approx Bulgarian Rose. HEX triplet: 3F, 22 and 24. RGB value is (63,34,36). Sum of RGB (Red+Green+Blue) = 63+34+36=133 (17% of max value = 765). Red value is 63 (25% from 255 or 47.37% from 133); Green value is 34 (13.67% from 255 or 25.56% from 133); Blue value is 36 (14.45% from 255 or 27.07% from 133); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2224 is #C0DDDB. Grayscale: #2A2A2A. Windows color (decimal): -12639708 or 2368063. OLE color: 2368063.

HSL color Cylindrical-coordinate representation of color #3F2224: hue angle of 355.86º degrees, saturation: 0.3, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F2224 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.75.

Color convert

RGB633436-
CMYK00.460.430.75
HSL355.86º29.9%19.02%-
HSV(B)355.86º46.03%24.71%-
XYZ2.942.331.96-
YUV42.9124.11142.34-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 47.37%
GREEN value IS 34 (13.67% from 255) = 25.56%
BLUE value IS 36 (14.45% from 255) = 27.07%
R=47.37%
G=25.56%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63343600.460.430.75355.8629.919.02
Hex3F222402E2B4B1641e13
Octal774244056531135443623
Binary111111100010100100010111010101110010111011001001111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,34,36); }

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

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

 a { background-color: rgb(63,34,36); }

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

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

 span { border-color: rgb(63,34,36); }

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