#421530

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

Shades of Blackberry #421530

Tints of Blackberry #421530

Color information

#421530 (or 0x421530) is unknown color: approx Blackberry. HEX triplet: 42, 15 and 30. RGB value is (66,21,48). Sum of RGB (Red+Green+Blue) = 66+21+48=135 (17% of max value = 765). Red value is 66 (26.17% from 255 or 48.89% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 48 (19.14% from 255 or 35.56% from 135); Max value from RGB is 66 - color contains mainly: red. Hex color #421530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421530 is #BDEACF. Grayscale: #252525. Windows color (decimal): -12446416 or 3151170. OLE color: 3151170.

HSL color Cylindrical-coordinate representation of color #421530: hue angle of 324º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #421530 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB662148-
CMYK00.680.270.74
HSL324º51.72%17.06%-
HSV(B)324º68.18%25.88%-
XYZ3.051.913-
YUV37.53133.91148.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 48.89%
GREEN value IS 21 (8.59% from 255) = 15.56%
BLUE value IS 48 (19.14% from 255) = 35.56%
R=48.89%
G=15.56%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66214800.680.270.7432451.7217.06
Hex4215300441B4A1443411
Octal10225600104331125046421
Binary1000010101011100000100010011011100101010100010011010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421530; }

 p { color: rgb(66,21,48); }

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

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

 a { background-color: rgb(66,21,48); }

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

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

 span { border-color: rgb(66,21,48); }

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