Html Css Color HEX #50001F Blackberry

📋 copy color: '#50001F'

red 80 ◦ green 0 ◦ blue 31

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

Shades of Blackberry #50001F

Tints of Blackberry #50001F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 27.93%

R = 72.07%
G = 0%
B = 27.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.69

RGB Variations

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

Color information

#50001F (or 0x50001F) is known color: Blackberry. HEX triplet: 50, 00 and 1F. RGB value is (80,0,31). Sum of RGB (Red+Green+Blue) = 80+0+31=111 (14% of max value = 765). Red value is 80 (31.64% from 255 or 72.07% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 31 (12.5% from 255 or 27.93% from 111); Max value from RGB is 80 - color contains mainly: red. Hex color #50001F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50001F is #AFFFE0. Grayscale: #1B1B1B. Windows color (decimal): -11534305 or 2031696. OLE color: 2031696.

HSL color Cylindrical-coordinate representation of color #50001F: hue angle of 336.75º 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 #50001F is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 0 31 -
CMYK 0 1 0.61 0.69
HSL 336.75º 1% 0.16% -
HSV(B) 336.75º 1% 0.31% -
XYZ 3.56 1.8 1.46 -
YUV 27.45 130 165.48 -
System Red Green Blue C M Y K H S L
Decimal 80 0 31 0 1 0.61 0.69 336.75 1 0.16
Hex 50 0 1F 0 64 3D 45 151 64 10
Octal 120 0 37 0 144 75 105 521 144 20
Binary 1010000 0 11111 0 1100100 111101 1000101 101010001 1100100 10000

Color Harmonies of #50001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50001F

Black with #50001F

Text Example


Text Example

White with #50001F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50001F; }

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

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

background-color css

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

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

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

border-color css

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

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

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