Html Css Color HEX #510625 Blackberry

📋 copy color: '#510625'

red 81 ◦ green 6 ◦ blue 37

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

Shades of Blackberry #510625

Tints of Blackberry #510625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 29.84%

R = 65.32%
G = 4.84%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0.68

RGB Variations

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

Color information

#510625 (or 0x510625) is known color: Blackberry. HEX triplet: 51, 06 and 25. RGB value is (81,6,37). Sum of RGB (Red+Green+Blue) = 81+6+37=124 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.32% from 124); Green value is 6 (2.73% from 255 or 4.84% from 124); Blue value is 37 (14.84% from 255 or 29.84% from 124); Max value from RGB is 81 - color contains mainly: red. Hex color #510625 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510625 is #AEF9DA. Grayscale: #1F1F1F. Windows color (decimal): -11467227 or 2426449. OLE color: 2426449.

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

Color convert

RGB 81 6 37 -
CMYK 0 0.93 0.54 0.68
HSL 335.2º 0.86% 0.17% -
HSV(B) 335.2º 0.93% 0.32% -
XYZ 3.79 2.01 1.94 -
YUV 31.96 130.85 162.98 -
System Red Green Blue C M Y K H S L
Decimal 81 6 37 0 0.93 0.54 0.68 335.2 0.86 0.17
Hex 51 6 25 0 5D 36 44 14F 56 11
Octal 121 6 45 0 135 66 104 517 126 21
Binary 1010001 110 100101 0 1011101 110110 1000100 101001111 1010110 10001

Color Harmonies of #510625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510625

Black with #510625

Text Example


Text Example

White with #510625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510625; }

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

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

background-color css

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

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

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

border-color css

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

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

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