Html Css Color HEX #502430 Black Rose

📋 copy color: '#502430'

red 80 ◦ green 36 ◦ blue 48

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

Shades of Black Rose #502430

Tints of Black Rose #502430

RGB

 RED value IS 80 (31.64% from 255) = 48.78%

 GREEN value IS 36 (14.45% from 255) = 21.95%

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

R = 48.78%
G = 21.95%
B = 29.27%

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

#502430 (or 0x502430) is known color: Black Rose. HEX triplet: 50, 24 and 30. RGB value is (80,36,48). Sum of RGB (Red+Green+Blue) = 80+36+48=164 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.78% from 164); Green value is 36 (14.45% from 255 or 21.95% from 164); Blue value is 48 (19.14% from 255 or 29.27% from 164); Max value from RGB is 80 - color contains mainly: red. Hex color #502430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502430 is #AFDBCF. Grayscale: #323232. Windows color (decimal): -11525072 or 3155024. OLE color: 3155024.

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

Color convert

RGB 80 36 48 -
CMYK 0 0.55 0.40 0.69
HSL 343.64º 0.38% 0.23% -
HSV(B) 343.64º 0.55% 0.31% -
XYZ 4.47 3.18 3.17 -
YUV 50.52 126.58 149.02 -
System Red Green Blue C M Y K H S L
Decimal 80 36 48 0 0.55 0.40 0.69 343.64 0.38 0.23
Hex 50 24 30 0 37 28 45 158 26 17
Octal 120 44 60 0 67 50 105 530 46 27
Binary 1010000 100100 110000 0 110111 101000 1000101 101011000 100110 10111

Color Harmonies of #502430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502430

Black with #502430

Text Example


Text Example

White with #502430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502430; }

 p { color: rgb(80,36,48); }

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

background-color css

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

 a { background-color: rgb(80,36,48); }

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

border-color css

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

 span { border-color: rgb(80,36,48); }

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