#3D0421

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

Shades of Blackberry #3D0421

Tints of Blackberry #3D0421

Color information

#3D0421 (or 0x3D0421) is unknown color: approx Blackberry. HEX triplet: 3D, 04 and 21. RGB value is (61,4,33). Sum of RGB (Red+Green+Blue) = 61+4+33=98 (12% of max value = 765). Red value is 61 (24.22% from 255 or 62.24% from 98); Green value is 4 (1.95% from 255 or 4.08% from 98); Blue value is 33 (13.28% from 255 or 33.67% from 98); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0421 is #C2FBDE. Grayscale: #181818. Windows color (decimal): -12778463 or 2163773. OLE color: 2163773.

HSL color Cylindrical-coordinate representation of color #3D0421: hue angle of 329.47º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3D0421 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.76.

Color convert

RGB61433-
CMYK00.930.460.76
HSL329.47º87.69%12.75%-
HSV(B)329.47º93.44%23.92%-
XYZ2.241.191.55-
YUV24.35132.88154.14-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 62.24%
GREEN value IS 4 (1.95% from 255) = 4.08%
BLUE value IS 33 (13.28% from 255) = 33.67%
R=62.24%
G=4.08%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.46
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6143300.930.460.76329.4787.6912.75
Hex3D42105D2E4C14958d
Octal7544101355611451113015
Binary11110110010000101011101101110100110010100100110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,4,33); }

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

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

 a { background-color: rgb(61,4,33); }

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

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

 span { border-color: rgb(61,4,33); }

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