Html Css Color HEX #50002A Blackberry

📋 copy color: '#50002A'

red 80 ◦ green 0 ◦ blue 42

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

Shades of Blackberry #50002A

Tints of Blackberry #50002A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 42 (16.8% from 255) = 34.43%

R = 65.57%
G = 0%
B = 34.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.69

RGB Variations

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

Color information

#50002A (or 0x50002A) is known color: Blackberry. HEX triplet: 50, 00 and 2A. RGB value is (80,0,42). Sum of RGB (Red+Green+Blue) = 80+0+42=122 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.57% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 80 - color contains mainly: red. Hex color #50002A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50002A is #AFFFD5. Grayscale: #1C1C1C. Windows color (decimal): -11534294 or 2752592. OLE color: 2752592.

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

Color convert

RGB 80 0 42 -
CMYK 0 1 0.48 0.69
HSL 328.5º 1% 0.16% -
HSV(B) 328.5º 1% 0.31% -
XYZ 3.73 1.87 2.36 -
YUV 28.71 135.5 164.58 -
System Red Green Blue C M Y K H S L
Decimal 80 0 42 0 1 0.48 0.69 328.5 1 0.16
Hex 50 0 2A 0 64 30 45 148 64 10
Octal 120 0 52 0 144 60 105 510 144 20
Binary 1010000 0 101010 0 1100100 110000 1000101 101001000 1100100 10000

Color Harmonies of #50002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50002A

Black with #50002A

Text Example


Text Example

White with #50002A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50002A; }

 p { color: rgb(80,0,42); }

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

background-color css

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

 a { background-color: rgb(80,0,42); }

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

border-color css

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

 span { border-color: rgb(80,0,42); }

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