Html Css Color HEX #3F2224 Bulgarian Rose

📋 copy color: '#3F2224'

red 63 ◦ green 34 ◦ blue 36

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

Shades of Bulgarian Rose #3F2224

Tints of Bulgarian Rose #3F2224

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 value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.75

RGB Variations

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

Color information

#3F2224 (or 0x3F2224) is known color: 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

RGB 63 34 36 -
CMYK 0 0.46 0.43 0.75
HSL 355.86º 0.3% 0.19% -
HSV(B) 355.86º 0.46% 0.25% -
XYZ 2.94 2.33 1.96 -
YUV 42.9 124.11 142.34 -
System Red Green Blue C M Y K H S L
Decimal 63 34 36 0 0.46 0.43 0.75 355.86 0.3 0.19
Hex 3F 22 24 0 2E 2B 4B 164 1E 13
Octal 77 42 44 0 56 53 113 544 36 23
Binary 111111 100010 100100 0 101110 101011 1001011 101100100 11110 10011

Color Harmonies of #3F2224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2224

Black with #3F2224

Text Example


Text Example

White with #3F2224

Text Example


Text Example

HTML Codes & Css Web 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>