#250B1A

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

Shades of Blackberry #250B1A

Tints of Blackberry #250B1A

Color information

#250B1A (or 0x250B1A) is unknown color: approx Blackberry. HEX triplet: 25, 0B and 1A. RGB value is (37,11,26). Sum of RGB (Red+Green+Blue) = 37+11+26=74 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50% from 74); Green value is 11 (4.69% from 255 or 14.86% from 74); Blue value is 26 (10.55% from 255 or 35.14% from 74); Max value from RGB is 37 - color contains mainly: red. Hex color #250B1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250B1A is #DAF4E5. Grayscale: #141414. Windows color (decimal): -14349542 or 1706789. OLE color: 1706789.

HSL color Cylindrical-coordinate representation of color #250B1A: hue angle of 325.38º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #250B1A is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.85.

Color convert

RGB371126-
CMYK00.700.300.85
HSL325.38º54.17%9.41%-
HSV(B)325.38º70.27%14.51%-
XYZ1.070.711.06-
YUV20.48131.11139.78-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 50%
GREEN value IS 11 (4.69% from 255) = 14.86%
BLUE value IS 26 (10.55% from 255) = 35.14%
R=50%
G=14.86%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.30
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37112600.700.300.85325.3854.179.41
Hex25B1A0461E55145369
Octal4513320106361255056611
Binary100101101111010010001101111010101011010001011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250B1A; }

 p { color: rgb(37,11,26); }

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

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

 a { background-color: rgb(37,11,26); }

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

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

 span { border-color: rgb(37,11,26); }

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