#250516

Color #250516 Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #250516

Tints of Blackberry #250516

Color information

#250516 (or 0x250516) is unknown color: approx Blackberry. HEX triplet: 25, 05 and 16. RGB value is (37,5,22). Sum of RGB (Red+Green+Blue) = 37+5+22=64 (8% of max value = 765). Red value is 37 (14.84% from 255 or 57.81% from 64); Green value is 5 (2.34% from 255 or 7.81% from 64); Blue value is 22 (8.98% from 255 or 34.38% from 64); Max value from RGB is 37 - color contains mainly: red. Hex color #250516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250516 is #DAFAE9. Grayscale: #101010. Windows color (decimal): -14351082 or 1443109. OLE color: 1443109.

HSL color Cylindrical-coordinate representation of color #250516: hue angle of 328.12º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #250516 is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.85.

Color convert

RGB37522-
CMYK00.860.410.85
HSL328.12º76.19%8.24%-
HSV(B)328.12º86.49%14.51%-
XYZ0.960.560.82-
YUV16.51131.1142.62-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 57.81%
GREEN value IS 5 (2.34% from 255) = 7.81%
BLUE value IS 22 (8.98% from 255) = 34.38%
R=57.81%
G=7.81%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.41
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3752200.860.410.85328.1276.198.24
Hex2551605629551484c8
Octal4552601265112551011410
Binary1001011011011001010110101001101010110100100010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250516; }

 p { color: rgb(37,5,22); }

 H1.HeaderClassName
 {
   color: #250516;
 }
 .AnyTagClassName
 {
   color: #250516;
 }
</style>
background-color css

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

 a { background-color: rgb(37,5,22); }

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

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

 span { border-color: rgb(37,5,22); }

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