#41001C

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

Shades of Blackberry #41001C

Tints of Blackberry #41001C

Color information

#41001C (or 0x41001C) is unknown color: approx Blackberry. HEX triplet: 41, 00 and 1C. RGB value is (65,0,28). Sum of RGB (Red+Green+Blue) = 65+0+28=93 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.89% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 28 (11.33% from 255 or 30.11% from 93); Max value from RGB is 65 - color contains mainly: red. Hex color #41001C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41001C is #BEFFE3. Grayscale: #161616. Windows color (decimal): -12517348 or 1835073. OLE color: 1835073.

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

Color convert

RGB65028-
CMYK010.570.75
HSL334.15º100%12.75%-
HSV(B)334.15º100%25.49%-
XYZ2.391.211.21-
YUV22.63131.03158.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 69.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 28 (11.33% from 255) = 30.11%
R=69.89%
G=0%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65028010.570.75334.1510012.75
Hex4101C064394B14e64d
Octal10103401447111351614415
Binary100000101110001100100111001100101110100111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41001C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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