#412235

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

Shades of Blackberry #412235

Tints of Blackberry #412235

Color information

#412235 (or 0x412235) is unknown color: approx Blackberry. HEX triplet: 41, 22 and 35. RGB value is (65,34,53). Sum of RGB (Red+Green+Blue) = 65+34+53=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 53 (21.09% from 255 or 34.87% from 152); Max value from RGB is 65 - color contains mainly: red. Hex color #412235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412235 is #BEDDCA. Grayscale: #2D2D2D. Windows color (decimal): -12508619 or 3482177. OLE color: 3482177.

HSL color Cylindrical-coordinate representation of color #412235: hue angle of 323.23º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #412235 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.75.

Color convert

RGB653453-
CMYK00.480.180.75
HSL323.23º31.31%19.41%-
HSV(B)323.23º47.69%25.49%-
XYZ3.392.523.68-
YUV45.44132.27141.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.76%
GREEN value IS 34 (13.67% from 255) = 22.37%
BLUE value IS 53 (21.09% from 255) = 34.87%
R=42.76%
G=22.37%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65345300.480.180.75323.2331.3119.41
Hex412235030124B1431f13
Octal1014265060221135033723
Binary100000110001011010101100001001010010111010000111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412235; }

 p { color: rgb(65,34,53); }

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

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

 a { background-color: rgb(65,34,53); }

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

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

 span { border-color: rgb(65,34,53); }

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