Html Css Color HEX #502630 Black Rose

📋 copy color: '#502630'

red 80 ◦ green 38 ◦ blue 48

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

Shades of Black Rose #502630

Tints of Black Rose #502630

RGB

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

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

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

R = 48.19%
G = 22.89%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.40

 K value IS 0.69

RGB Variations

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

Color information

#502630 (or 0x502630) is known color: Black Rose. HEX triplet: 50, 26 and 30. RGB value is (80,38,48). Sum of RGB (Red+Green+Blue) = 80+38+48=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 38 (15.23% from 255 or 22.89% from 166); Blue value is 48 (19.14% from 255 or 28.92% from 166); Max value from RGB is 80 - color contains mainly: red. Hex color #502630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502630 is #AFD9CF. Grayscale: #333333. Windows color (decimal): -11524560 or 3155536. OLE color: 3155536.

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

Color convert

RGB 80 38 48 -
CMYK 0 0.52 0.40 0.69
HSL 345.71º 0.36% 0.23% -
HSV(B) 345.71º 0.53% 0.31% -
XYZ 4.53 3.31 3.2 -
YUV 51.7 125.91 148.19 -
System Red Green Blue C M Y K H S L
Decimal 80 38 48 0 0.52 0.40 0.69 345.71 0.36 0.23
Hex 50 26 30 0 34 28 45 15A 24 17
Octal 120 46 60 0 64 50 105 532 44 27
Binary 1010000 100110 110000 0 110100 101000 1000101 101011010 100100 10111

Color Harmonies of #502630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502630

Black with #502630

Text Example


Text Example

White with #502630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502630; }

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

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

background-color css

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

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

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

border-color css

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

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

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