Html Css Color HEX #4F2331 Black Rose

📋 copy color: '#4F2331'

red 79 ◦ green 35 ◦ blue 49

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

Shades of Black Rose #4F2331

Tints of Black Rose #4F2331

RGB

 RED value IS 79 (31.25% from 255) = 48.47%

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

 BLUE value IS 49 (19.53% from 255) = 30.06%

R = 48.47%
G = 21.47%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.69

RGB Variations

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

Color information

#4F2331 (or 0x4F2331) is known color: Black Rose. HEX triplet: 4F, 23 and 31. RGB value is (79,35,49). Sum of RGB (Red+Green+Blue) = 79+35+49=163 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.47% from 163); Green value is 35 (14.06% from 255 or 21.47% from 163); Blue value is 49 (19.53% from 255 or 30.06% from 163); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2331 is #B0DCCE. Grayscale: #313131. Windows color (decimal): -11590863 or 3220303. OLE color: 3220303.

HSL color Cylindrical-coordinate representation of color #4F2331: hue angle of 340.91º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4F2331 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 35 49 -
CMYK 0 0.56 0.38 0.69
HSL 340.91º 0.39% 0.22% -
HSV(B) 340.91º 0.56% 0.31% -
XYZ 4.38 3.09 3.27 -
YUV 49.75 127.58 148.86 -
System Red Green Blue C M Y K H S L
Decimal 79 35 49 0 0.56 0.38 0.69 340.91 0.39 0.22
Hex 4F 23 31 0 38 26 45 155 27 16
Octal 117 43 61 0 70 46 105 525 47 26
Binary 1001111 100011 110001 0 111000 100110 1000101 101010101 100111 10110

Color Harmonies of #4F2331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2331

Black with #4F2331

Text Example


Text Example

White with #4F2331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F2331; }

 p { color: rgb(79,35,49); }

 H1.HeaderClassName
 {
   color: #4F2331;
 }
 .AnyTagClassName
 {
   color: #4F2331;
 }
</style>

background-color css

<style>
 a { background-color: #4F2331; }

 a { background-color: rgb(79,35,49); }

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

border-color css

<style>
 span { border-color: #4F2331; }

 span { border-color: rgb(79,35,49); }

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