Html Css Color HEX #4C252E Black Rose

📋 copy color: '#4C252E'

red 76 ◦ green 37 ◦ blue 46

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

Shades of Black Rose #4C252E

Tints of Black Rose #4C252E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 28.93%

R = 47.8%
G = 23.27%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.39

 K value IS 0.70

RGB Variations

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

Color information

#4C252E (or 0x4C252E) is known color: Black Rose. HEX triplet: 4C, 25 and 2E. RGB value is (76,37,46). Sum of RGB (Red+Green+Blue) = 76+37+46=159 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.80% from 159); Green value is 37 (14.84% from 255 or 23.27% from 159); Blue value is 46 (18.36% from 255 or 28.93% from 159); Max value from RGB is 76 - color contains mainly: red. Hex color #4C252E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C252E is #B3DAD1. Grayscale: #313131. Windows color (decimal): -11786962 or 3024204. OLE color: 3024204.

HSL color Cylindrical-coordinate representation of color #4C252E: hue angle of 346.15º 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 #4C252E is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 37 46 -
CMYK 0 0.51 0.39 0.70
HSL 346.15º 0.35% 0.22% -
HSV(B) 346.15º 0.51% 0.3% -
XYZ 4.14 3.06 2.96 -
YUV 49.69 125.92 146.77 -
System Red Green Blue C M Y K H S L
Decimal 76 37 46 0 0.51 0.39 0.70 346.15 0.35 0.22
Hex 4C 25 2E 0 33 27 46 15A 23 16
Octal 114 45 56 0 63 47 106 532 43 26
Binary 1001100 100101 101110 0 110011 100111 1000110 101011010 100011 10110

Color Harmonies of #4C252E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C252E

Black with #4C252E

Text Example


Text Example

White with #4C252E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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