#41051C

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

Shades of Blackberry #41051C

Tints of Blackberry #41051C

Color information

#41051C (or 0x41051C) is unknown color: approx Blackberry. HEX triplet: 41, 05 and 1C. RGB value is (65,5,28). Sum of RGB (Red+Green+Blue) = 65+5+28=98 (12% of max value = 765). Red value is 65 (25.78% from 255 or 66.33% from 98); Green value is 5 (2.34% from 255 or 5.10% from 98); Blue value is 28 (11.33% from 255 or 28.57% from 98); Max value from RGB is 65 - color contains mainly: red. Hex color #41051C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41051C is #BEFAE3. Grayscale: #191919. Windows color (decimal): -12516068 or 1836353. OLE color: 1836353.

HSL color Cylindrical-coordinate representation of color #41051C: hue angle of 337º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #41051C is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB65528-
CMYK00.920.570.75
HSL337º85.71%13.73%-
HSV(B)337º92.31%25.49%-
XYZ2.441.321.22-
YUV25.56129.38156.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 66.33%
GREEN value IS 5 (2.34% from 255) = 5.10%
BLUE value IS 28 (11.33% from 255) = 28.57%
R=66.33%
G=5.10%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6552800.920.570.7533785.7113.73
Hex4151C05C394B15156e
Octal10153401347111352112616
Binary10000011011110001011100111001100101110101000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41051C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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