#3D0133

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

Shades of Blackberry #3D0133

Tints of Blackberry #3D0133

Color information

#3D0133 (or 0x3D0133) is unknown color: approx Blackberry. HEX triplet: 3D, 01 and 33. RGB value is (61,1,51). Sum of RGB (Red+Green+Blue) = 61+1+51=113 (14% of max value = 765). Red value is 61 (24.22% from 255 or 53.98% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 51 (20.31% from 255 or 45.13% from 113); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0133 is #C2FECC. Grayscale: #181818. Windows color (decimal): -12779213 or 3342653. OLE color: 3342653.

HSL color Cylindrical-coordinate representation of color #3D0133: hue angle of 310º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D0133 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.76.

Color convert

RGB61151-
CMYK00.980.160.76
HSL310º96.77%12.16%-
HSV(B)310º98.36%23.92%-
XYZ2.531.253.24-
YUV24.64142.88153.93-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 53.98%
GREEN value IS 1 (0.78% from 255) = 0.88%
BLUE value IS 51 (20.31% from 255) = 45.13%
R=53.98%
G=0.88%
B=45.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.16
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6115100.980.160.7631096.7712.16
Hex3D133062104C13661c
Octal7516301422011446614114
Binary11110111100110110001010000100110010011011011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,1,51); }

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

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

 a { background-color: rgb(61,1,51); }

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

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

 span { border-color: rgb(61,1,51); }

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