Html Css Color HEX #510128 Blackberry

📋 copy color: '#510128'

red 81 ◦ green 1 ◦ blue 40

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

Shades of Blackberry #510128

Tints of Blackberry #510128

RGB

 RED value IS 81 (32.03% from 255) = 66.39%

 GREEN value IS 1 (0.78% from 255) = 0.82%

 BLUE value IS 40 (16.02% from 255) = 32.79%

R = 66.39%
G = 0.82%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#510128 (or 0x510128) is known color: Blackberry. HEX triplet: 51, 01 and 28. RGB value is (81,1,40). Sum of RGB (Red+Green+Blue) = 81+1+40=122 (16% of max value = 765). Red value is 81 (32.03% from 255 or 66.39% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 40 (16.02% from 255 or 32.79% from 122); Max value from RGB is 81 - color contains mainly: red. Hex color #510128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510128 is #AEFED7. Grayscale: #1D1D1D. Windows color (decimal): -11468504 or 2621777. OLE color: 2621777.

HSL color Cylindrical-coordinate representation of color #510128: hue angle of 330.75º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #510128 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 1 40 -
CMYK 0 0.99 0.51 0.68
HSL 330.75º 0.98% 0.16% -
HSV(B) 330.75º 0.99% 0.32% -
XYZ 3.79 1.92 2.18 -
YUV 29.37 134 164.83 -
System Red Green Blue C M Y K H S L
Decimal 81 1 40 0 0.99 0.51 0.68 330.75 0.98 0.16
Hex 51 1 28 0 63 33 44 14B 62 10
Octal 121 1 50 0 143 63 104 513 142 20
Binary 1010001 1 101000 0 1100011 110011 1000100 101001011 1100010 10000

Color Harmonies of #510128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510128

Black with #510128

Text Example


Text Example

White with #510128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510128; }

 p { color: rgb(81,1,40); }

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

background-color css

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

 a { background-color: rgb(81,1,40); }

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

border-color css

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

 span { border-color: rgb(81,1,40); }

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