#250817

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

Shades of Blackberry #250817

Tints of Blackberry #250817

Color information

#250817 (or 0x250817) is unknown color: approx Blackberry. HEX triplet: 25, 08 and 17. RGB value is (37,8,23). Sum of RGB (Red+Green+Blue) = 37+8+23=68 (9% of max value = 765). Red value is 37 (14.84% from 255 or 54.41% from 68); Green value is 8 (3.52% from 255 or 11.76% from 68); Blue value is 23 (9.38% from 255 or 33.82% from 68); Max value from RGB is 37 - color contains mainly: red. Hex color #250817 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250817 is #DAF7E8. Grayscale: #121212. Windows color (decimal): -14350313 or 1509413. OLE color: 1509413.

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

Color convert

RGB37823-
CMYK00.780.380.85
HSL328.97º64.44%8.82%-
HSV(B)328.97º78.38%14.51%-
XYZ10.630.88-
YUV18.38130.61141.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 54.41%
GREEN value IS 8 (3.52% from 255) = 11.76%
BLUE value IS 23 (9.38% from 255) = 33.82%
R=54.41%
G=11.76%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.38
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3782300.780.380.85328.9764.448.82
Hex2581704E2655149409
Octal45102701164612551110011
Binary10010110001011101001110100110101010110100100110000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250817; }

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

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

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

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

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

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

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

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