Html Css Color HEX #4A2831 Black Rose

📋 copy color: '#4A2831'

red 74 ◦ green 40 ◦ blue 49

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

Shades of Black Rose #4A2831

Tints of Black Rose #4A2831

RGB

 RED value IS 74 (29.3% from 255) = 45.4%

 GREEN value IS 40 (16.02% from 255) = 24.54%

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

R = 45.4%
G = 24.54%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#4A2831 (or 0x4A2831) is known color: Black Rose. HEX triplet: 4A, 28 and 31. RGB value is (74,40,49). Sum of RGB (Red+Green+Blue) = 74+40+49=163 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.40% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 49 (19.53% from 255 or 30.06% from 163); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2831 is #B5D7CE. Grayscale: #333333. Windows color (decimal): -11917263 or 3221578. OLE color: 3221578.

HSL color Cylindrical-coordinate representation of color #4A2831: hue angle of 344.12º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A2831 is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 40 49 -
CMYK 0 0.46 0.34 0.71
HSL 344.12º 0.3% 0.22% -
HSV(B) 344.12º 0.46% 0.29% -
XYZ 4.14 3.2 3.3 -
YUV 51.19 126.76 144.27 -
System Red Green Blue C M Y K H S L
Decimal 74 40 49 0 0.46 0.34 0.71 344.12 0.3 0.22
Hex 4A 28 31 0 2E 22 47 158 1E 16
Octal 112 50 61 0 56 42 107 530 36 26
Binary 1001010 101000 110001 0 101110 100010 1000111 101011000 11110 10110

Color Harmonies of #4A2831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2831

Black with #4A2831

Text Example


Text Example

White with #4A2831

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,40,49); }

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

background-color css

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

 a { background-color: rgb(74,40,49); }

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

border-color css

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

 span { border-color: rgb(74,40,49); }

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