#420138

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

Shades of Blackberry #420138

Tints of Blackberry #420138

Color information

#420138 (or 0x420138) is unknown color: approx Blackberry. HEX triplet: 42, 01 and 38. RGB value is (66,1,56). Sum of RGB (Red+Green+Blue) = 66+1+56=123 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.66% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 56 (22.27% from 255 or 45.53% from 123); Max value from RGB is 66 - color contains mainly: red. Hex color #420138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420138 is #BDFEC7. Grayscale: #1A1A1A. Windows color (decimal): -12451528 or 3670338. OLE color: 3670338.

HSL color Cylindrical-coordinate representation of color #420138: hue angle of 309.23º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #420138 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.74.

Color convert

RGB66156-
CMYK00.980.150.74
HSL309.23º97.01%13.14%-
HSV(B)309.23º98.48%25.88%-
XYZ2.971.473.87-
YUV26.7144.53156.03-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 53.66%
GREEN value IS 1 (0.78% from 255) = 0.81%
BLUE value IS 56 (22.27% from 255) = 45.53%
R=53.66%
G=0.81%
B=45.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.15
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6615600.980.150.74309.2397.0113.14
Hex42138062F4A13561d
Octal10217001421711246514115
Binary10000101111000011000101111100101010011010111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420138; }

 p { color: rgb(66,1,56); }

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

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

 a { background-color: rgb(66,1,56); }

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

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

 span { border-color: rgb(66,1,56); }

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