#250017

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

Shades of Blackberry #250017

Tints of Blackberry #250017

Color information

#250017 (or 0x250017) is unknown color: approx Blackberry. HEX triplet: 25, 00 and 17. RGB value is (37,0,23). Sum of RGB (Red+Green+Blue) = 37+0+23=60 (7% of max value = 765). Red value is 37 (14.84% from 255 or 61.67% from 60); Green value is 0 (0.39% from 255 or 0% from 60); Blue value is 23 (9.38% from 255 or 38.33% from 60); Max value from RGB is 37 - color contains mainly: red. Hex color #250017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250017 is #DAFFE8. Grayscale: #0D0D0D. Windows color (decimal): -14352361 or 1507365. OLE color: 1507365.

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

Color convert

RGB37023-
CMYK010.380.85
HSL322.7º100%7.25%-
HSV(B)322.7º100%14.51%-
XYZ0.920.460.85-
YUV13.68133.26144.63-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 61.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 23 (9.38% from 255) = 38.33%
R=61.67%
G=0%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.38
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37023010.380.85322.71007.25
Hex250170642655143647
Octal450270144461255031447
Binary1001010101110110010010011010101011010000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250017; }

 p { color: rgb(37,0,23); }

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

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

 a { background-color: rgb(37,0,23); }

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

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

 span { border-color: rgb(37,0,23); }

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