Html Css Color HEX #50092E Blackberry

📋 copy color: '#50092E'

red 80 ◦ green 9 ◦ blue 46

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

Shades of Blackberry #50092E

Tints of Blackberry #50092E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.67%

 BLUE value IS 46 (18.36% from 255) = 34.07%

R = 59.26%
G = 6.67%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#50092E (or 0x50092E) is known color: Blackberry. HEX triplet: 50, 09 and 2E. RGB value is (80,9,46). Sum of RGB (Red+Green+Blue) = 80+9+46=135 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.26% from 135); Green value is 9 (3.91% from 255 or 6.67% from 135); Blue value is 46 (18.36% from 255 or 34.07% from 135); Max value from RGB is 80 - color contains mainly: red. Hex color #50092E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50092E is #AFF6D1. Grayscale: #222222. Windows color (decimal): -11531986 or 3017040. OLE color: 3017040.

HSL color Cylindrical-coordinate representation of color #50092E: hue angle of 328.73º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #50092E is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 9 46 -
CMYK 0 0.89 0.42 0.69
HSL 328.73º 0.8% 0.17% -
HSV(B) 328.73º 0.89% 0.31% -
XYZ 3.9 2.1 2.78 -
YUV 34.45 134.52 160.49 -
System Red Green Blue C M Y K H S L
Decimal 80 9 46 0 0.89 0.42 0.69 328.73 0.8 0.17
Hex 50 9 2E 0 59 2A 45 149 50 11
Octal 120 11 56 0 131 52 105 511 120 21
Binary 1010000 1001 101110 0 1011001 101010 1000101 101001001 1010000 10001

Color Harmonies of #50092E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50092E

Black with #50092E

Text Example


Text Example

White with #50092E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50092E; }

 p { color: rgb(80,9,46); }

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

background-color css

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

 a { background-color: rgb(80,9,46); }

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

border-color css

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

 span { border-color: rgb(80,9,46); }

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