Html Css Color HEX #4E232F Black Rose

📋 copy color: '#4E232F'

red 78 ◦ green 35 ◦ blue 47

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

Shades of Black Rose #4E232F

Tints of Black Rose #4E232F

RGB

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

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

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

R = 48.75%
G = 21.88%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.40

 K value IS 0.69

RGB Variations

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

Color information

#4E232F (or 0x4E232F) is known color: Black Rose. HEX triplet: 4E, 23 and 2F. RGB value is (78,35,47). Sum of RGB (Red+Green+Blue) = 78+35+47=160 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.75% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 47 (18.75% from 255 or 29.38% from 160); Max value from RGB is 78 - color contains mainly: red. Hex color #4E232F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E232F is #B1DCD0. Grayscale: #313131. Windows color (decimal): -11656401 or 3089230. OLE color: 3089230.

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

Color convert

RGB 78 35 47 -
CMYK 0 0.55 0.40 0.69
HSL 343.26º 0.38% 0.22% -
HSV(B) 343.26º 0.55% 0.31% -
XYZ 4.26 3.03 3.05 -
YUV 49.23 126.75 148.52 -
System Red Green Blue C M Y K H S L
Decimal 78 35 47 0 0.55 0.40 0.69 343.26 0.38 0.22
Hex 4E 23 2F 0 37 28 45 157 26 16
Octal 116 43 57 0 67 50 105 527 46 26
Binary 1001110 100011 101111 0 110111 101000 1000101 101010111 100110 10110

Color Harmonies of #4E232F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E232F

Black with #4E232F

Text Example


Text Example

White with #4E232F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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