Html Css Color HEX #5E2330 Black Rose

📋 copy color: '#5E2330'

red 94 ◦ green 35 ◦ blue 48

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

Shades of Black Rose #5E2330

Tints of Black Rose #5E2330

RGB

 RED value IS 94 (37.11% from 255) = 53.11%

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

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

R = 53.11%
G = 19.77%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.63

RGB Variations

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

Color information

#5E2330 (or 0x5E2330) is known color: Black Rose. HEX triplet: 5E, 23 and 30. RGB value is (94,35,48). Sum of RGB (Red+Green+Blue) = 94+35+48=177 (23% of max value = 765). Red value is 94 (37.11% from 255 or 53.11% from 177); Green value is 35 (14.06% from 255 or 19.77% from 177); Blue value is 48 (19.14% from 255 or 27.12% from 177); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2330 is #A1DCCF. Grayscale: #363636. Windows color (decimal): -10607824 or 3154782. OLE color: 3154782.

HSL color Cylindrical-coordinate representation of color #5E2330: hue angle of 346.78º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E2330 is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 35 48 -
CMYK 0 0.63 0.49 0.63
HSL 346.78º 0.46% 0.25% -
HSV(B) 346.78º 0.63% 0.37% -
XYZ 5.75 3.8 3.23 -
YUV 54.12 124.55 156.44 -
System Red Green Blue C M Y K H S L
Decimal 94 35 48 0 0.63 0.49 0.63 346.78 0.46 0.25
Hex 5E 23 30 0 3F 31 3F 15B 2E 19
Octal 136 43 60 0 77 61 77 533 56 31
Binary 1011110 100011 110000 0 111111 110001 111111 101011011 101110 11001

Color Harmonies of #5E2330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2330

Black with #5E2330

Text Example


Text Example

White with #5E2330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E2330; }

 p { color: rgb(94,35,48); }

 H1.HeaderClassName
 {
   color: #5E2330;
 }
 .AnyTagClassName
 {
   color: #5E2330;
 }
</style>

background-color css

<style>
 a { background-color: #5E2330; }

 a { background-color: rgb(94,35,48); }

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

border-color css

<style>
 span { border-color: #5E2330; }

 span { border-color: rgb(94,35,48); }

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