#250315

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

Shades of Blackberry #250315

Tints of Blackberry #250315

Color information

#250315 (or 0x250315) is unknown color: approx Blackberry. HEX triplet: 25, 03 and 15. RGB value is (37,3,21). Sum of RGB (Red+Green+Blue) = 37+3+21=61 (8% of max value = 765). Red value is 37 (14.84% from 255 or 60.66% from 61); Green value is 3 (1.56% from 255 or 4.92% from 61); Blue value is 21 (8.59% from 255 or 34.43% from 61); Max value from RGB is 37 - color contains mainly: red. Hex color #250315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250315 is #DAFCEA. Grayscale: #0F0F0F. Windows color (decimal): -14351595 or 1377061. OLE color: 1377061.

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

Color convert

RGB37321-
CMYK00.920.430.85
HSL328.24º85%7.84%-
HSV(B)328.24º91.89%14.51%-
XYZ0.930.510.76-
YUV15.22131.26143.54-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 60.66%
GREEN value IS 3 (1.56% from 255) = 4.92%
BLUE value IS 21 (8.59% from 255) = 34.43%
R=60.66%
G=4.92%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.43
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3732100.920.430.85328.24857.84
Hex2531505C2B55148558
Octal4532501345312551012510
Binary100101111010101011100101011101010110100100010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250315; }

 p { color: rgb(37,3,21); }

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

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

 a { background-color: rgb(37,3,21); }

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

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

 span { border-color: rgb(37,3,21); }

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