Html Css Color HEX #500423 Blackberry

📋 copy color: '#500423'

red 80 ◦ green 4 ◦ blue 35

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

Shades of Blackberry #500423

Tints of Blackberry #500423

RGB

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

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

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

R = 67.23%
G = 3.36%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.56

 K value IS 0.69

RGB Variations

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

Color information

#500423 (or 0x500423) is known color: Blackberry. HEX triplet: 50, 04 and 23. RGB value is (80,4,35). Sum of RGB (Red+Green+Blue) = 80+4+35=119 (15% of max value = 765). Red value is 80 (31.64% from 255 or 67.23% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 35 (14.06% from 255 or 29.41% from 119); Max value from RGB is 80 - color contains mainly: red. Hex color #500423 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500423 is #AFFBDC. Grayscale: #1E1E1E. Windows color (decimal): -11533277 or 2294864. OLE color: 2294864.

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

Color convert

RGB 80 4 35 -
CMYK 0 0.95 0.56 0.69
HSL 335.53º 0.9% 0.16% -
HSV(B) 335.53º 0.95% 0.31% -
XYZ 3.66 1.91 1.77 -
YUV 30.26 130.68 163.48 -
System Red Green Blue C M Y K H S L
Decimal 80 4 35 0 0.95 0.56 0.69 335.53 0.9 0.16
Hex 50 4 23 0 5F 38 45 150 5A 10
Octal 120 4 43 0 137 70 105 520 132 20
Binary 1010000 100 100011 0 1011111 111000 1000101 101010000 1011010 10000

Color Harmonies of #500423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500423

Black with #500423

Text Example


Text Example

White with #500423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500423; }

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

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

background-color css

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

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

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

border-color css

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

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

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