Html Css Color HEX #500430 Blackberry

📋 copy color: '#500430'

red 80 ◦ green 4 ◦ blue 48

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

Shades of Blackberry #500430

Tints of Blackberry #500430

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.03%

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

R = 60.61%
G = 3.03%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.69

RGB Variations

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

Color information

#500430 (or 0x500430) is known color: Blackberry. HEX triplet: 50, 04 and 30. RGB value is (80,4,48). Sum of RGB (Red+Green+Blue) = 80+4+48=132 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.61% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 48 (19.14% from 255 or 36.36% from 132); Max value from RGB is 80 - color contains mainly: red. Hex color #500430 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500430 is #AFFBCF. Grayscale: #1F1F1F. Windows color (decimal): -11533264 or 3146832. OLE color: 3146832.

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

Color convert

RGB 80 4 48 -
CMYK 0 0.95 0.40 0.69
HSL 325.26º 0.9% 0.16% -
HSV(B) 325.26º 0.95% 0.31% -
XYZ 3.89 2.01 2.98 -
YUV 31.74 137.18 162.42 -
System Red Green Blue C M Y K H S L
Decimal 80 4 48 0 0.95 0.40 0.69 325.26 0.9 0.16
Hex 50 4 30 0 5F 28 45 145 5A 10
Octal 120 4 60 0 137 50 105 505 132 20
Binary 1010000 100 110000 0 1011111 101000 1000101 101000101 1011010 10000

Color Harmonies of #500430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500430

Black with #500430

Text Example


Text Example

White with #500430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500430; }

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

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

background-color css

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

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

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

border-color css

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

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

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