#3D0F21

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

Shades of Blackberry #3D0F21

Tints of Blackberry #3D0F21

Color information

#3D0F21 (or 0x3D0F21) is unknown color: approx Blackberry. HEX triplet: 3D, 0F and 21. RGB value is (61,15,33). Sum of RGB (Red+Green+Blue) = 61+15+33=109 (14% of max value = 765). Red value is 61 (24.22% from 255 or 55.96% from 109); Green value is 15 (6.25% from 255 or 13.76% from 109); Blue value is 33 (13.28% from 255 or 30.28% from 109); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0F21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0F21 is #C2F0DE. Grayscale: #1E1E1E. Windows color (decimal): -12775647 or 2166589. OLE color: 2166589.

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

Color convert

RGB611533-
CMYK00.750.460.76
HSL336.52º60.53%14.9%-
HSV(B)336.52º75.41%23.92%-
XYZ2.371.441.59-
YUV30.81129.24149.54-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 55.96%
GREEN value IS 15 (6.25% from 255) = 13.76%
BLUE value IS 33 (13.28% from 255) = 30.28%
R=55.96%
G=13.76%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.46
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61153300.750.460.76336.5260.5314.9
Hex3DF2104B2E4C1513df
Octal7517410113561145217517
Binary11110111111000010100101110111010011001010100011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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