Html Css Color HEX #500A30 Blackberry

📋 copy color: '#500A30'

red 80 ◦ green 10 ◦ blue 48

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

Shades of Blackberry #500A30

Tints of Blackberry #500A30

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.25%

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

R = 57.97%
G = 7.25%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.40

 K value IS 0.69

RGB Variations

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

Color information

#500A30 (or 0x500A30) is known color: Blackberry. HEX triplet: 50, 0A and 30. RGB value is (80,10,48). Sum of RGB (Red+Green+Blue) = 80+10+48=138 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.97% from 138); Green value is 10 (4.30% from 255 or 7.25% from 138); Blue value is 48 (19.14% from 255 or 34.78% from 138); Max value from RGB is 80 - color contains mainly: red. Hex color #500A30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500A30 is #AFF5CF. Grayscale: #232323. Windows color (decimal): -11531728 or 3148368. OLE color: 3148368.

HSL color Cylindrical-coordinate representation of color #500A30: hue angle of 327.43º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #500A30 is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 10 48 -
CMYK 0 0.87 0.40 0.69
HSL 327.43º 0.78% 0.18% -
HSV(B) 327.43º 0.88% 0.31% -
XYZ 3.95 2.14 3 -
YUV 35.26 135.19 159.91 -
System Red Green Blue C M Y K H S L
Decimal 80 10 48 0 0.87 0.40 0.69 327.43 0.78 0.18
Hex 50 A 30 0 57 28 45 147 4E 12
Octal 120 12 60 0 127 50 105 507 116 22
Binary 1010000 1010 110000 0 1010111 101000 1000101 101000111 1001110 10010

Color Harmonies of #500A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500A30

Black with #500A30

Text Example


Text Example

White with #500A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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