#3B0D25

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

Shades of Blackberry #3B0D25

Tints of Blackberry #3B0D25

Color information

#3B0D25 (or 0x3B0D25) is unknown color: approx Blackberry. HEX triplet: 3B, 0D and 25. RGB value is (59,13,37). Sum of RGB (Red+Green+Blue) = 59+13+37=109 (14% of max value = 765). Red value is 59 (23.44% from 255 or 54.13% from 109); Green value is 13 (5.47% from 255 or 11.93% from 109); Blue value is 37 (14.84% from 255 or 33.94% from 109); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0D25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0D25 is #C4F2DA. Grayscale: #1D1D1D. Windows color (decimal): -12907227 or 2428219. OLE color: 2428219.

HSL color Cylindrical-coordinate representation of color #3B0D25: hue angle of 328.7º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3B0D25 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.77.

Color convert

RGB591337-
CMYK00.780.370.77
HSL328.7º63.89%14.12%-
HSV(B)328.7º77.97%23.14%-
XYZ2.281.351.89-
YUV29.49132.24149.05-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 54.13%
GREEN value IS 13 (5.47% from 255) = 11.93%
BLUE value IS 37 (14.84% from 255) = 33.94%
R=54.13%
G=11.93%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.37
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59133700.780.370.77328.763.8914.12
Hex3BD2504E254D14940e
Octal73154501164511551110016
Binary111011110110010101001110100101100110110100100110000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B0D25; }

 p { color: rgb(59,13,37); }

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

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

 a { background-color: rgb(59,13,37); }

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

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

 span { border-color: rgb(59,13,37); }

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