#41071D

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

Shades of Blackberry #41071D

Tints of Blackberry #41071D

Color information

#41071D (or 0x41071D) is unknown color: approx Blackberry. HEX triplet: 41, 07 and 1D. RGB value is (65,7,29). Sum of RGB (Red+Green+Blue) = 65+7+29=101 (13% of max value = 765). Red value is 65 (25.78% from 255 or 64.36% from 101); Green value is 7 (3.12% from 255 or 6.93% from 101); Blue value is 29 (11.72% from 255 or 28.71% from 101); Max value from RGB is 65 - color contains mainly: red. Hex color #41071D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41071D is #BEF8E2. Grayscale: #1A1A1A. Windows color (decimal): -12515555 or 1902401. OLE color: 1902401.

HSL color Cylindrical-coordinate representation of color #41071D: hue angle of 337.24º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #41071D is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB65729-
CMYK00.890.550.75
HSL337.24º80.56%14.12%-
HSV(B)337.24º89.23%25.49%-
XYZ2.481.361.3-
YUV26.85129.22155.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 64.36%
GREEN value IS 7 (3.12% from 255) = 6.93%
BLUE value IS 29 (11.72% from 255) = 28.71%
R=64.36%
G=6.93%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6572900.890.550.75337.2480.5614.12
Hex4171D059374B15151e
Octal10173501316711352112116
Binary10000011111110101011001110111100101110101000110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41071D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41071D; }

 p { color: rgb(65,7,29); }

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

<style>
 a { background-color: #41071D; }

 a { background-color: rgb(65,7,29); }

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

<style>
 span { border-color: #41071D; }

 span { border-color: rgb(65,7,29); }

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