Html Css Color HEX #510129 Blackberry

📋 copy color: '#510129'

red 81 ◦ green 1 ◦ blue 41

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

Shades of Blackberry #510129

Tints of Blackberry #510129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 33.33%

R = 65.85%
G = 0.81%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#510129 (or 0x510129) is known color: Blackberry. HEX triplet: 51, 01 and 29. RGB value is (81,1,41). Sum of RGB (Red+Green+Blue) = 81+1+41=123 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.85% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 41 (16.41% from 255 or 33.33% from 123); Max value from RGB is 81 - color contains mainly: red. Hex color #510129 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510129 is #AEFED6. Grayscale: #1D1D1D. Windows color (decimal): -11468503 or 2687313. OLE color: 2687313.

HSL color Cylindrical-coordinate representation of color #510129: hue angle of 330º 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 #510129 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 1 41 -
CMYK 0 0.99 0.49 0.68
HSL 330º 0.98% 0.16% -
HSV(B) 330º 0.99% 0.32% -
XYZ 3.8 1.93 2.27 -
YUV 29.48 134.5 164.75 -
System Red Green Blue C M Y K H S L
Decimal 81 1 41 0 0.99 0.49 0.68 330 0.98 0.16
Hex 51 1 29 0 63 31 44 14A 62 10
Octal 121 1 51 0 143 61 104 512 142 20
Binary 1010001 1 101001 0 1100011 110001 1000100 101001010 1100010 10000

Color Harmonies of #510129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510129

Black with #510129

Text Example


Text Example

White with #510129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510129; }

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

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

background-color css

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

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

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

border-color css

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

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

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