#250619

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

Shades of Blackberry #250619

Tints of Blackberry #250619

Color information

#250619 (or 0x250619) is unknown color: approx Blackberry. HEX triplet: 25, 06 and 19. RGB value is (37,6,25). Sum of RGB (Red+Green+Blue) = 37+6+25=68 (9% of max value = 765). Red value is 37 (14.84% from 255 or 54.41% from 68); Green value is 6 (2.73% from 255 or 8.82% from 68); Blue value is 25 (10.16% from 255 or 36.76% from 68); Max value from RGB is 37 - color contains mainly: red. Hex color #250619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250619 is #DAF9E6. Grayscale: #111111. Windows color (decimal): -14350823 or 1639973. OLE color: 1639973.

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

Color convert

RGB37625-
CMYK00.840.320.85
HSL323.23º72.09%8.43%-
HSV(B)323.23º83.78%14.51%-
XYZ10.590.98-
YUV17.43132.27141.96-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 54.41%
GREEN value IS 6 (2.73% from 255) = 8.82%
BLUE value IS 25 (10.16% from 255) = 36.76%
R=54.41%
G=8.82%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.32
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3762500.840.320.85323.2372.098.43
Hex256190542055143488
Octal4563101244012550311010
Binary1001011101100101010100100000101010110100001110010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250619; }

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

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

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

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

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

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

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

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