Html Css Color HEX #502330 Black Rose

📋 copy color: '#502330'

red 80 ◦ green 35 ◦ blue 48

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

Shades of Black Rose #502330

Tints of Black Rose #502330

RGB

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

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

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

R = 49.08%
G = 21.47%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.69

RGB Variations

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

Color information

#502330 (or 0x502330) is known color: Black Rose. HEX triplet: 50, 23 and 30. RGB value is (80,35,48). Sum of RGB (Red+Green+Blue) = 80+35+48=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 35 (14.06% from 255 or 21.47% from 163); Blue value is 48 (19.14% from 255 or 29.45% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #502330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502330 is #AFDCCF. Grayscale: #313131. Windows color (decimal): -11525328 or 3154768. OLE color: 3154768.

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

Color convert

RGB 80 35 48 -
CMYK 0 0.56 0.40 0.69
HSL 342.67º 0.39% 0.23% -
HSV(B) 342.67º 0.56% 0.31% -
XYZ 4.44 3.12 3.16 -
YUV 49.94 126.91 149.44 -
System Red Green Blue C M Y K H S L
Decimal 80 35 48 0 0.56 0.40 0.69 342.67 0.39 0.23
Hex 50 23 30 0 38 28 45 157 27 17
Octal 120 43 60 0 70 50 105 527 47 27
Binary 1010000 100011 110000 0 111000 101000 1000101 101010111 100111 10111

Color Harmonies of #502330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502330

Black with #502330

Text Example


Text Example

White with #502330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502330; }

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

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

background-color css

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

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

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

border-color css

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

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

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