Html Css Color HEX #510326 Blackberry

📋 copy color: '#510326'

red 81 ◦ green 3 ◦ blue 38

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

Shades of Blackberry #510326

Tints of Blackberry #510326

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.46%

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

R = 66.39%
G = 2.46%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.68

RGB Variations

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

Color information

#510326 (or 0x510326) is known color: Blackberry. HEX triplet: 51, 03 and 26. RGB value is (81,3,38). Sum of RGB (Red+Green+Blue) = 81+3+38=122 (16% of max value = 765). Red value is 81 (32.03% from 255 or 66.39% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 38 (15.23% from 255 or 31.15% from 122); Max value from RGB is 81 - color contains mainly: red. Hex color #510326 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510326 is #AEFCD9. Grayscale: #1E1E1E. Windows color (decimal): -11467994 or 2491217. OLE color: 2491217.

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

Color convert

RGB 81 3 38 -
CMYK 0 0.96 0.53 0.68
HSL 333.08º 0.93% 0.16% -
HSV(B) 333.08º 0.96% 0.32% -
XYZ 3.78 1.95 2.01 -
YUV 30.31 132.34 164.15 -
System Red Green Blue C M Y K H S L
Decimal 81 3 38 0 0.96 0.53 0.68 333.08 0.93 0.16
Hex 51 3 26 0 60 35 44 14D 5D 10
Octal 121 3 46 0 140 65 104 515 135 20
Binary 1010001 11 100110 0 1100000 110101 1000100 101001101 1011101 10000

Color Harmonies of #510326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510326

Black with #510326

Text Example


Text Example

White with #510326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510326; }

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

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

background-color css

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

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

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

border-color css

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

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

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