Html Css Color HEX #510225 Blackberry

📋 copy color: '#510225'

red 81 ◦ green 2 ◦ blue 37

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

Shades of Blackberry #510225

Tints of Blackberry #510225

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.67%

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

R = 67.5%
G = 1.67%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.68

RGB Variations

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

Color information

#510225 (or 0x510225) is known color: Blackberry. HEX triplet: 51, 02 and 25. RGB value is (81,2,37). Sum of RGB (Red+Green+Blue) = 81+2+37=120 (15% of max value = 765). Red value is 81 (32.03% from 255 or 67.5% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 37 (14.84% from 255 or 30.83% from 120); Max value from RGB is 81 - color contains mainly: red. Hex color #510225 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510225 is #AEFDDA. Grayscale: #1D1D1D. Windows color (decimal): -11468251 or 2425425. OLE color: 2425425.

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

Color convert

RGB 81 2 37 -
CMYK 0 0.98 0.54 0.68
HSL 333.42º 0.95% 0.16% -
HSV(B) 333.42º 0.98% 0.32% -
XYZ 3.75 1.93 1.92 -
YUV 29.61 132.17 164.65 -
System Red Green Blue C M Y K H S L
Decimal 81 2 37 0 0.98 0.54 0.68 333.42 0.95 0.16
Hex 51 2 25 0 62 36 44 14D 5F 10
Octal 121 2 45 0 142 66 104 515 137 20
Binary 1010001 10 100101 0 1100010 110110 1000100 101001101 1011111 10000

Color Harmonies of #510225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510225

Black with #510225

Text Example


Text Example

White with #510225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510225; }

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

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

background-color css

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

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

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

border-color css

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

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

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