Html Css Color HEX #500428 Blackberry

📋 copy color: '#500428'

red 80 ◦ green 4 ◦ blue 40

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

Shades of Blackberry #500428

Tints of Blackberry #500428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 32.26%

R = 64.52%
G = 3.23%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.5

 K value IS 0.69

RGB Variations

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

Color information

#500428 (or 0x500428) is known color: Blackberry. HEX triplet: 50, 04 and 28. RGB value is (80,4,40). Sum of RGB (Red+Green+Blue) = 80+4+40=124 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64.52% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 40 (16.02% from 255 or 32.26% from 124); Max value from RGB is 80 - color contains mainly: red. Hex color #500428 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500428 is #AFFBD7. Grayscale: #1E1E1E. Windows color (decimal): -11533272 or 2622544. OLE color: 2622544.

HSL color Cylindrical-coordinate representation of color #500428: hue angle of 331.58º 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 #500428 is Cyan = 0, Magento = 0.95, Yellow = 0.5 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 4 40 -
CMYK 0 0.95 0.5 0.69
HSL 331.58º 0.9% 0.16% -
HSV(B) 331.58º 0.95% 0.31% -
XYZ 3.73 1.95 2.19 -
YUV 30.83 133.18 163.07 -
System Red Green Blue C M Y K H S L
Decimal 80 4 40 0 0.95 0.5 0.69 331.58 0.9 0.16
Hex 50 4 28 0 5F 32 45 14C 5A 10
Octal 120 4 50 0 137 62 105 514 132 20
Binary 1010000 100 101000 0 1011111 110010 1000101 101001100 1011010 10000

Color Harmonies of #500428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500428

Black with #500428

Text Example


Text Example

White with #500428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500428; }

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

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

background-color css

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

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

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

border-color css

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

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

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