#250116

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

Shades of Blackberry #250116

Tints of Blackberry #250116

Color information

#250116 (or 0x250116) is unknown color: approx Blackberry. HEX triplet: 25, 01 and 16. RGB value is (37,1,22). Sum of RGB (Red+Green+Blue) = 37+1+22=60 (7% of max value = 765). Red value is 37 (14.84% from 255 or 61.67% from 60); Green value is 1 (0.78% from 255 or 1.67% from 60); Blue value is 22 (8.98% from 255 or 36.67% from 60); Max value from RGB is 37 - color contains mainly: red. Hex color #250116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250116 is #DAFEE9. Grayscale: #0E0E0E. Windows color (decimal): -14352106 or 1442085. OLE color: 1442085.

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

Color convert

RGB37122-
CMYK00.970.410.85
HSL325º94.74%7.45%-
HSV(B)325º97.3%14.51%-
XYZ0.920.470.8-
YUV14.16132.43144.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 61.67%
GREEN value IS 1 (0.78% from 255) = 1.67%
BLUE value IS 22 (8.98% from 255) = 36.67%
R=61.67%
G=1.67%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.41
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3712200.970.410.8532594.747.45
Hex2511606129551455f7
Octal451260141511255051377
Binary1001011101100110000110100110101011010001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250116; }

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

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

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

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

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

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

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

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