#41082C

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

Shades of Blackberry #41082C

Tints of Blackberry #41082C

Color information

#41082C (or 0x41082C) is unknown color: approx Blackberry. HEX triplet: 41, 08 and 2C. RGB value is (65,8,44). Sum of RGB (Red+Green+Blue) = 65+8+44=117 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.56% from 117); Green value is 8 (3.52% from 255 or 6.84% from 117); Blue value is 44 (17.58% from 255 or 37.61% from 117); Max value from RGB is 65 - color contains mainly: red. Hex color #41082C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41082C is #BEF7D3. Grayscale: #1D1D1D. Windows color (decimal): -12515284 or 2885697. OLE color: 2885697.

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

Color convert

RGB65844-
CMYK00.880.320.75
HSL322.11º78.08%14.31%-
HSV(B)322.11º87.69%25.49%-
XYZ2.721.482.52-
YUV29.15136.38153.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 55.56%
GREEN value IS 8 (3.52% from 255) = 6.84%
BLUE value IS 44 (17.58% from 255) = 37.61%
R=55.56%
G=6.84%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6584400.880.320.75322.1178.0814.31
Hex4182C058204B1424ee
Octal101105401304011350211616
Binary1000001100010110001011000100000100101110100001010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41082C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,8,44); }

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

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

 a { background-color: rgb(65,8,44); }

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

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

 span { border-color: rgb(65,8,44); }

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