Html Css Color HEX #4E252F Black Rose

📋 copy color: '#4E252F'

red 78 ◦ green 37 ◦ blue 47

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

Shades of Black Rose #4E252F

Tints of Black Rose #4E252F

RGB

 RED value IS 78 (30.86% from 255) = 48.15%

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

 BLUE value IS 47 (18.75% from 255) = 29.01%

R = 48.15%
G = 22.84%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.40

 K value IS 0.69

RGB Variations

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

Color information

#4E252F (or 0x4E252F) is known color: Black Rose. HEX triplet: 4E, 25 and 2F. RGB value is (78,37,47). Sum of RGB (Red+Green+Blue) = 78+37+47=162 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.15% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 47 (18.75% from 255 or 29.01% from 162); Max value from RGB is 78 - color contains mainly: red. Hex color #4E252F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E252F is #B1DAD0. Grayscale: #323232. Windows color (decimal): -11655889 or 3089742. OLE color: 3089742.

HSL color Cylindrical-coordinate representation of color #4E252F: hue angle of 345.37º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4E252F is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 37 47 -
CMYK 0 0.53 0.40 0.69
HSL 345.37º 0.36% 0.23% -
HSV(B) 345.37º 0.53% 0.31% -
XYZ 4.32 3.15 3.07 -
YUV 50.4 126.08 147.69 -
System Red Green Blue C M Y K H S L
Decimal 78 37 47 0 0.53 0.40 0.69 345.37 0.36 0.23
Hex 4E 25 2F 0 35 28 45 159 24 17
Octal 116 45 57 0 65 50 105 531 44 27
Binary 1001110 100101 101111 0 110101 101000 1000101 101011001 100100 10111

Color Harmonies of #4E252F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E252F

Black with #4E252F

Text Example


Text Example

White with #4E252F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,37,47); }

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

background-color css

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

 a { background-color: rgb(78,37,47); }

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

border-color css

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

 span { border-color: rgb(78,37,47); }

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