Html Css Color HEX #500023 Blackberry

📋 copy color: '#500023'

red 80 ◦ green 0 ◦ blue 35

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

Shades of Blackberry #500023

Tints of Blackberry #500023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 30.43%

R = 69.57%
G = 0%
B = 30.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.69

RGB Variations

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

Color information

#500023 (or 0x500023) is known color: Blackberry. HEX triplet: 50, 00 and 23. RGB value is (80,0,35). Sum of RGB (Red+Green+Blue) = 80+0+35=115 (15% of max value = 765). Red value is 80 (31.64% from 255 or 69.57% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 35 (14.06% from 255 or 30.43% from 115); Max value from RGB is 80 - color contains mainly: red. Hex color #500023 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500023 is #AFFFDC. Grayscale: #1B1B1B. Windows color (decimal): -11534301 or 2293840. OLE color: 2293840.

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

Color convert

RGB 80 0 35 -
CMYK 0 1 0.56 0.69
HSL 333.75º 1% 0.16% -
HSV(B) 333.75º 1% 0.31% -
XYZ 3.61 1.83 1.75 -
YUV 27.91 132 165.15 -
System Red Green Blue C M Y K H S L
Decimal 80 0 35 0 1 0.56 0.69 333.75 1 0.16
Hex 50 0 23 0 64 38 45 14E 64 10
Octal 120 0 43 0 144 70 105 516 144 20
Binary 1010000 0 100011 0 1100100 111000 1000101 101001110 1100100 10000

Color Harmonies of #500023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500023

Black with #500023

Text Example


Text Example

White with #500023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500023; }

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

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

background-color css

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

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

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

border-color css

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

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

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