#3C081F

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

Shades of Blackberry #3C081F

Tints of Blackberry #3C081F

Color information

#3C081F (or 0x3C081F) is unknown color: approx Blackberry. HEX triplet: 3C, 08 and 1F. RGB value is (60,8,31). Sum of RGB (Red+Green+Blue) = 60+8+31=99 (13% of max value = 765). Red value is 60 (23.83% from 255 or 60.61% from 99); Green value is 8 (3.52% from 255 or 8.08% from 99); Blue value is 31 (12.5% from 255 or 31.31% from 99); Max value from RGB is 60 - color contains mainly: red. Hex color #3C081F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C081F is #C3F7E0. Grayscale: #1A1A1A. Windows color (decimal): -12842977 or 2033724. OLE color: 2033724.

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

Color convert

RGB60831-
CMYK00.870.480.76
HSL333.46º76.47%13.33%-
HSV(B)333.46º86.67%23.53%-
XYZ2.21.231.42-
YUV26.17130.73152.13-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 60.61%
GREEN value IS 8 (3.52% from 255) = 8.08%
BLUE value IS 31 (12.5% from 255) = 31.31%
R=60.61%
G=8.08%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.48
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6083100.870.480.76333.4676.4713.33
Hex3C81F057304C14d4cd
Octal74103701276011451511415
Binary11110010001111101010111110000100110010100110110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C081F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,8,31); }

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

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

 a { background-color: rgb(60,8,31); }

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

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

 span { border-color: rgb(60,8,31); }

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