Html Css Color HEX #4E262F Black Rose

📋 copy color: '#4E262F'

red 78 ◦ green 38 ◦ blue 47

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

Shades of Black Rose #4E262F

Tints of Black Rose #4E262F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.31%

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

R = 47.85%
G = 23.31%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.40

 K value IS 0.69

RGB Variations

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

Color information

#4E262F (or 0x4E262F) is known color: Black Rose. HEX triplet: 4E, 26 and 2F. RGB value is (78,38,47). Sum of RGB (Red+Green+Blue) = 78+38+47=163 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.85% from 163); Green value is 38 (15.23% from 255 or 23.31% from 163); Blue value is 47 (18.75% from 255 or 28.83% from 163); Max value from RGB is 78 - color contains mainly: red. Hex color #4E262F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E262F is #B1D9D0. Grayscale: #323232. Windows color (decimal): -11655633 or 3089998. OLE color: 3089998.

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

Color convert

RGB 78 38 47 -
CMYK 0 0.51 0.40 0.69
HSL 346.5º 0.34% 0.23% -
HSV(B) 346.5º 0.51% 0.31% -
XYZ 4.35 3.21 3.08 -
YUV 50.99 125.75 147.27 -
System Red Green Blue C M Y K H S L
Decimal 78 38 47 0 0.51 0.40 0.69 346.5 0.34 0.23
Hex 4E 26 2F 0 33 28 45 15A 22 17
Octal 116 46 57 0 63 50 105 532 42 27
Binary 1001110 100110 101111 0 110011 101000 1000101 101011010 100010 10111

Color Harmonies of #4E262F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E262F

Black with #4E262F

Text Example


Text Example

White with #4E262F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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