Html Css Color HEX #3F2324 Bulgarian Rose

📋 copy color: '#3F2324'

red 63 ◦ green 35 ◦ blue 36

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

Shades of Bulgarian Rose #3F2324

Tints of Bulgarian Rose #3F2324

RGB

 RED value IS 63 (25% from 255) = 47.01%

 GREEN value IS 35 (14.06% from 255) = 26.12%

 BLUE value IS 36 (14.45% from 255) = 26.87%

R = 47.01%
G = 26.12%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.75

RGB Variations

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

Color information

#3F2324 (or 0x3F2324) is known color: Bulgarian Rose. HEX triplet: 3F, 23 and 24. RGB value is (63,35,36). Sum of RGB (Red+Green+Blue) = 63+35+36=134 (17% of max value = 765). Red value is 63 (25% from 255 or 47.01% from 134); Green value is 35 (14.06% from 255 or 26.12% from 134); Blue value is 36 (14.45% from 255 or 26.87% from 134); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2324 is #C0DCDB. Grayscale: #2B2B2B. Windows color (decimal): -12639452 or 2368319. OLE color: 2368319.

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

Color convert

RGB 63 35 36 -
CMYK 0 0.44 0.43 0.75
HSL 357.86º 0.29% 0.19% -
HSV(B) 357.86º 0.44% 0.25% -
XYZ 2.97 2.39 1.97 -
YUV 43.49 123.78 141.92 -
System Red Green Blue C M Y K H S L
Decimal 63 35 36 0 0.44 0.43 0.75 357.86 0.29 0.19
Hex 3F 23 24 0 2C 2B 4B 166 1D 13
Octal 77 43 44 0 54 53 113 546 35 23
Binary 111111 100011 100100 0 101100 101011 1001011 101100110 11101 10011

Color Harmonies of #3F2324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2324

Black with #3F2324

Text Example


Text Example

White with #3F2324

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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