Html Css Color HEX #510D34 Blackberry

📋 copy color: '#510D34'

red 81 ◦ green 13 ◦ blue 52

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

Shades of Blackberry #510D34

Tints of Blackberry #510D34

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.9%

 BLUE value IS 52 (20.7% from 255) = 35.62%

R = 55.48%
G = 8.9%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.68

RGB Variations

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

Color information

#510D34 (or 0x510D34) is known color: Blackberry. HEX triplet: 51, 0D and 34. RGB value is (81,13,52). Sum of RGB (Red+Green+Blue) = 81+13+52=146 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.48% from 146); Green value is 13 (5.47% from 255 or 8.90% from 146); Blue value is 52 (20.70% from 255 or 35.62% from 146); Max value from RGB is 81 - color contains mainly: red. Hex color #510D34 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510D34 is #AEF2CB. Grayscale: #252525. Windows color (decimal): -11465420 or 3411281. OLE color: 3411281.

HSL color Cylindrical-coordinate representation of color #510D34: hue angle of 325.59º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #510D34 is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 13 52 -
CMYK 0 0.84 0.36 0.68
HSL 325.59º 0.72% 0.18% -
HSV(B) 325.59º 0.84% 0.32% -
XYZ 4.16 2.29 3.47 -
YUV 37.78 136.03 158.83 -
System Red Green Blue C M Y K H S L
Decimal 81 13 52 0 0.84 0.36 0.68 325.59 0.72 0.18
Hex 51 D 34 0 54 24 44 146 48 12
Octal 121 15 64 0 124 44 104 506 110 22
Binary 1010001 1101 110100 0 1010100 100100 1000100 101000110 1001000 10010

Color Harmonies of #510D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510D34

Black with #510D34

Text Example


Text Example

White with #510D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510D34; }

 p { color: rgb(81,13,52); }

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

background-color css

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

 a { background-color: rgb(81,13,52); }

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

border-color css

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

 span { border-color: rgb(81,13,52); }

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