Html Css Color HEX #4C2530 Black Rose

📋 copy color: '#4C2530'

red 76 ◦ green 37 ◦ blue 48

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

Shades of Black Rose #4C2530

Tints of Black Rose #4C2530

RGB

 RED value IS 76 (30.08% from 255) = 47.2%

 GREEN value IS 37 (14.84% from 255) = 22.98%

 BLUE value IS 48 (19.14% from 255) = 29.81%

R = 47.2%
G = 22.98%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.37

 K value IS 0.70

RGB Variations

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

Color information

#4C2530 (or 0x4C2530) is known color: Black Rose. HEX triplet: 4C, 25 and 30. RGB value is (76,37,48). Sum of RGB (Red+Green+Blue) = 76+37+48=161 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.20% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 48 (19.14% from 255 or 29.81% from 161); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2530 is #B3DACF. Grayscale: #313131. Windows color (decimal): -11786960 or 3155276. OLE color: 3155276.

HSL color Cylindrical-coordinate representation of color #4C2530: hue angle of 343.08º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C2530 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 37 48 -
CMYK 0 0.51 0.37 0.70
HSL 343.08º 0.35% 0.22% -
HSV(B) 343.08º 0.51% 0.3% -
XYZ 4.18 3.07 3.17 -
YUV 49.92 126.92 146.61 -
System Red Green Blue C M Y K H S L
Decimal 76 37 48 0 0.51 0.37 0.70 343.08 0.35 0.22
Hex 4C 25 30 0 33 25 46 157 23 16
Octal 114 45 60 0 63 45 106 527 43 26
Binary 1001100 100101 110000 0 110011 100101 1000110 101010111 100011 10110

Color Harmonies of #4C2530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2530

Black with #4C2530

Text Example


Text Example

White with #4C2530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,37,48); }

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

background-color css

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

 a { background-color: rgb(76,37,48); }

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

border-color css

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

 span { border-color: rgb(76,37,48); }

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