#41001D

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

Shades of Blackberry #41001D

Tints of Blackberry #41001D

Color information

#41001D (or 0x41001D) is unknown color: approx Blackberry. HEX triplet: 41, 00 and 1D. RGB value is (65,0,29). Sum of RGB (Red+Green+Blue) = 65+0+29=94 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.15% from 94); Green value is 0 (0.39% from 255 or 0% from 94); Blue value is 29 (11.72% from 255 or 30.85% from 94); Max value from RGB is 65 - color contains mainly: red. Hex color #41001D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41001D is #BEFFE2. Grayscale: #161616. Windows color (decimal): -12517347 or 1900609. OLE color: 1900609.

HSL color Cylindrical-coordinate representation of color #41001D: hue angle of 333.23º 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 #41001D is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB65029-
CMYK010.550.75
HSL333.23º100%12.75%-
HSV(B)333.23º100%25.49%-
XYZ2.41.211.27-
YUV22.74131.53158.14-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 69.15%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 29 (11.72% from 255) = 30.85%
R=69.15%
G=0%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65029010.550.75333.2310012.75
Hex4101D064374B14d64d
Octal10103501446711351514415
Binary100000101110101100100110111100101110100110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41001D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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