Html Css Color HEX #510630 Blackberry

📋 copy color: '#510630'

red 81 ◦ green 6 ◦ blue 48

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

Shades of Blackberry #510630

Tints of Blackberry #510630

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.44%

 BLUE value IS 48 (19.14% from 255) = 35.56%

R = 60%
G = 4.44%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.68

RGB Variations

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

Color information

#510630 (or 0x510630) is known color: Blackberry. HEX triplet: 51, 06 and 30. RGB value is (81,6,48). Sum of RGB (Red+Green+Blue) = 81+6+48=135 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60% from 135); Green value is 6 (2.73% from 255 or 4.44% from 135); Blue value is 48 (19.14% from 255 or 35.56% from 135); Max value from RGB is 81 - color contains mainly: red. Hex color #510630 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510630 is #AEF9CF. Grayscale: #212121. Windows color (decimal): -11467216 or 3147345. OLE color: 3147345.

HSL color Cylindrical-coordinate representation of color #510630: hue angle of 326.4º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #510630 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 6 48 -
CMYK 0 0.93 0.41 0.68
HSL 326.4º 0.86% 0.17% -
HSV(B) 326.4º 0.93% 0.32% -
XYZ 3.99 2.09 2.99 -
YUV 33.21 136.35 162.08 -
System Red Green Blue C M Y K H S L
Decimal 81 6 48 0 0.93 0.41 0.68 326.4 0.86 0.17
Hex 51 6 30 0 5D 29 44 146 56 11
Octal 121 6 60 0 135 51 104 506 126 21
Binary 1010001 110 110000 0 1011101 101001 1000100 101000110 1010110 10001

Color Harmonies of #510630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510630

Black with #510630

Text Example


Text Example

White with #510630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510630; }

 p { color: rgb(81,6,48); }

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

background-color css

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

 a { background-color: rgb(81,6,48); }

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

border-color css

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

 span { border-color: rgb(81,6,48); }

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