#421934

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

Shades of Blackberry #421934

Tints of Blackberry #421934

Color information

#421934 (or 0x421934) is unknown color: approx Blackberry. HEX triplet: 42, 19 and 34. RGB value is (66,25,52). Sum of RGB (Red+Green+Blue) = 66+25+52=143 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.15% from 143); Green value is 25 (10.16% from 255 or 17.48% from 143); Blue value is 52 (20.70% from 255 or 36.36% from 143); Max value from RGB is 66 - color contains mainly: red. Hex color #421934 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421934 is #BDE6CB. Grayscale: #282828. Windows color (decimal): -12445388 or 3414338. OLE color: 3414338.

HSL color Cylindrical-coordinate representation of color #421934: hue angle of 320.49º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #421934 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.74.

Color convert

RGB662552-
CMYK00.620.210.74
HSL320.49º45.05%17.84%-
HSV(B)320.49º62.12%25.88%-
XYZ3.212.13.49-
YUV40.34134.58146.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 46.15%
GREEN value IS 25 (10.16% from 255) = 17.48%
BLUE value IS 52 (20.70% from 255) = 36.36%
R=46.15%
G=17.48%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.21
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66255200.620.210.74320.4945.0517.84
Hex42193403E154A1402d12
Octal1023164076251125005522
Binary100001011001110100011111010101100101010100000010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421934; }

 p { color: rgb(66,25,52); }

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

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

 a { background-color: rgb(66,25,52); }

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

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

 span { border-color: rgb(66,25,52); }

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