#41071C

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

Shades of Blackberry #41071C

Tints of Blackberry #41071C

Color information

#41071C (or 0x41071C) is unknown color: approx Blackberry. HEX triplet: 41, 07 and 1C. RGB value is (65,7,28). Sum of RGB (Red+Green+Blue) = 65+7+28=100 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65% from 100); Green value is 7 (3.12% from 255 or 7% from 100); Blue value is 28 (11.33% from 255 or 28% from 100); Max value from RGB is 65 - color contains mainly: red. Hex color #41071C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41071C is #BEF8E3. Grayscale: #1A1A1A. Windows color (decimal): -12515556 or 1836865. OLE color: 1836865.

HSL color Cylindrical-coordinate representation of color #41071C: hue angle of 338.28º 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 #41071C is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB65728-
CMYK00.890.570.75
HSL338.28º80.56%14.12%-
HSV(B)338.28º89.23%25.49%-
XYZ2.471.361.23-
YUV26.74128.72155.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 65%
GREEN value IS 7 (3.12% from 255) = 7%
BLUE value IS 28 (11.33% from 255) = 28%
R=65%
G=7%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6572800.890.570.75338.2880.5614.12
Hex4171C059394B15251e
Octal10173401317111352212116
Binary10000011111110001011001111001100101110101001010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41071C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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