#3D031F

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

Shades of Blackberry #3D031F

Tints of Blackberry #3D031F

Color information

#3D031F (or 0x3D031F) is unknown color: approx Blackberry. HEX triplet: 3D, 03 and 1F. RGB value is (61,3,31). Sum of RGB (Red+Green+Blue) = 61+3+31=95 (12% of max value = 765). Red value is 61 (24.22% from 255 or 64.21% from 95); Green value is 3 (1.56% from 255 or 3.16% from 95); Blue value is 31 (12.5% from 255 or 32.63% from 95); Max value from RGB is 61 - color contains mainly: red. Hex color #3D031F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D031F is #C2FCE0. Grayscale: #171717. Windows color (decimal): -12778721 or 2032445. OLE color: 2032445.

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

Color convert

RGB61331-
CMYK00.950.490.76
HSL331.03º90.62%12.55%-
HSV(B)331.03º95.08%23.92%-
XYZ2.21.161.4-
YUV23.53132.22154.72-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 64.21%
GREEN value IS 3 (1.56% from 255) = 3.16%
BLUE value IS 31 (12.5% from 255) = 32.63%
R=64.21%
G=3.16%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.49
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6133100.950.490.76331.0390.6212.55
Hex3D31F05F314C14b5bd
Octal7533701376111451313315
Binary111101111111101011111110001100110010100101110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D031F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,3,31); }

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

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

 a { background-color: rgb(61,3,31); }

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

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

 span { border-color: rgb(61,3,31); }

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