#3B001D

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

Shades of Blackberry #3B001D

Tints of Blackberry #3B001D

Color information

#3B001D (or 0x3B001D) is unknown color: approx Blackberry. HEX triplet: 3B, 00 and 1D. RGB value is (59,0,29). Sum of RGB (Red+Green+Blue) = 59+0+29=88 (11% of max value = 765). Red value is 59 (23.44% from 255 or 67.05% from 88); Green value is 0 (0.39% from 255 or 0% from 88); Blue value is 29 (11.72% from 255 or 32.95% from 88); Max value from RGB is 59 - color contains mainly: red. Hex color #3B001D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B001D is #C4FFE2. Grayscale: #141414. Windows color (decimal): -12910563 or 1900603. OLE color: 1900603.

HSL color Cylindrical-coordinate representation of color #3B001D: hue angle of 330.51º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3B001D is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.77.

Color convert

RGB59029-
CMYK010.510.77
HSL330.51º100%11.57%-
HSV(B)330.51º100%23.14%-
XYZ2.031.021.25-
YUV20.95132.55155.14-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 67.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 29 (11.72% from 255) = 32.95%
R=67.05%
G=0%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.51
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59029010.510.77330.5110011.57
Hex3B01D064334D14b64c
Octal7303501446311551314414
Binary11101101110101100100110011100110110100101111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B001D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,0,29); }

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

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

 a { background-color: rgb(59,0,29); }

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

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

 span { border-color: rgb(59,0,29); }

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