#41031F

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

Shades of Blackberry #41031F

Tints of Blackberry #41031F

Color information

#41031F (or 0x41031F) is unknown color: approx Blackberry. HEX triplet: 41, 03 and 1F. RGB value is (65,3,31). Sum of RGB (Red+Green+Blue) = 65+3+31=99 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65.66% from 99); Green value is 3 (1.56% from 255 or 3.03% from 99); Blue value is 31 (12.5% from 255 or 31.31% from 99); Max value from RGB is 65 - color contains mainly: red. Hex color #41031F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41031F is #BEFCE0. Grayscale: #181818. Windows color (decimal): -12516577 or 2032449. OLE color: 2032449.

HSL color Cylindrical-coordinate representation of color #41031F: hue angle of 332.9º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #41031F is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB65331-
CMYK00.950.520.75
HSL332.9º91.18%13.33%-
HSV(B)332.9º95.38%25.49%-
XYZ2.461.291.42-
YUV24.73131.54156.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 65.66%
GREEN value IS 3 (1.56% from 255) = 3.03%
BLUE value IS 31 (12.5% from 255) = 31.31%
R=65.66%
G=3.03%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6533100.950.520.75332.991.1813.33
Hex4131F05F344B14d5bd
Octal10133701376411351513315
Binary1000001111111101011111110100100101110100110110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41031F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41031F; }

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

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

<style>
 a { background-color: #41031F; }

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

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

<style>
 span { border-color: #41031F; }

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

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