Html Css Color HEX #510626 Blackberry

📋 copy color: '#510626'

red 81 ◦ green 6 ◦ blue 38

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

Shades of Blackberry #510626

Tints of Blackberry #510626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 30.4%

R = 64.8%
G = 4.8%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.68

RGB Variations

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

Color information

#510626 (or 0x510626) is known color: Blackberry. HEX triplet: 51, 06 and 26. RGB value is (81,6,38). Sum of RGB (Red+Green+Blue) = 81+6+38=125 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.8% from 125); Green value is 6 (2.73% from 255 or 4.8% from 125); Blue value is 38 (15.23% from 255 or 30.4% from 125); Max value from RGB is 81 - color contains mainly: red. Hex color #510626 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510626 is #AEF9D9. Grayscale: #202020. Windows color (decimal): -11467226 or 2491985. OLE color: 2491985.

HSL color Cylindrical-coordinate representation of color #510626: hue angle of 334.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 #510626 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 6 38 -
CMYK 0 0.93 0.53 0.68
HSL 334.4º 0.86% 0.17% -
HSV(B) 334.4º 0.93% 0.32% -
XYZ 3.81 2.02 2.02 -
YUV 32.07 131.35 162.9 -
System Red Green Blue C M Y K H S L
Decimal 81 6 38 0 0.93 0.53 0.68 334.4 0.86 0.17
Hex 51 6 26 0 5D 35 44 14E 56 11
Octal 121 6 46 0 135 65 104 516 126 21
Binary 1010001 110 100110 0 1011101 110101 1000100 101001110 1010110 10001

Color Harmonies of #510626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510626

Black with #510626

Text Example


Text Example

White with #510626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510626; }

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

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

background-color css

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

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

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

border-color css

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

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

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