#250018

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

Shades of Blackberry #250018

Tints of Blackberry #250018

Color information

#250018 (or 0x250018) is unknown color: approx Blackberry. HEX triplet: 25, 00 and 18. RGB value is (37,0,24). Sum of RGB (Red+Green+Blue) = 37+0+24=61 (8% of max value = 765). Red value is 37 (14.84% from 255 or 60.66% from 61); Green value is 0 (0.39% from 255 or 0% from 61); Blue value is 24 (9.77% from 255 or 39.34% from 61); Max value from RGB is 37 - color contains mainly: red. Hex color #250018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250018 is #DAFFE7. Grayscale: #0D0D0D. Windows color (decimal): -14352360 or 1572901. OLE color: 1572901.

HSL color Cylindrical-coordinate representation of color #250018: hue angle of 321.08º 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 #250018 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.85.

Color convert

RGB37024-
CMYK010.350.85
HSL321.08º100%7.25%-
HSV(B)321.08º100%14.51%-
XYZ0.930.460.9-
YUV13.8133.76144.55-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 60.66%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 24 (9.77% from 255) = 39.34%
R=60.66%
G=0%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.35
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37024010.350.85321.081007.25
Hex250180642355141647
Octal450300144431255011447
Binary1001010110000110010010001110101011010000011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250018; }

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

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

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

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

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

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

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

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