#300421

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

Shades of Blackberry #300421

Tints of Blackberry #300421

Color information

#300421 (or 0x300421) is unknown color: approx Blackberry. HEX triplet: 30, 04 and 21. RGB value is (48,4,33). Sum of RGB (Red+Green+Blue) = 48+4+33=85 (11% of max value = 765). Red value is 48 (19.14% from 255 or 56.47% from 85); Green value is 4 (1.95% from 255 or 4.71% from 85); Blue value is 33 (13.28% from 255 or 38.82% from 85); Max value from RGB is 48 - color contains mainly: red. Hex color #300421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300421 is #CFFBDE. Grayscale: #141414. Windows color (decimal): -13630431 or 2163760. OLE color: 2163760.

HSL color Cylindrical-coordinate representation of color #300421: hue angle of 320.45º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #300421 is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.81.

Color convert

RGB48433-
CMYK00.920.310.81
HSL320.45º84.62%10.2%-
HSV(B)320.45º91.67%18.82%-
XYZ1.540.831.52-
YUV20.46135.08147.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 56.47%
GREEN value IS 4 (1.95% from 255) = 4.71%
BLUE value IS 33 (13.28% from 255) = 38.82%
R=56.47%
G=4.71%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4843300.920.310.81320.4584.6210.2
Hex3042105C1F5114055a
Octal6044101343712150012512
Binary1100001001000010101110011111101000110100000010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300421; }

 p { color: rgb(48,4,33); }

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

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

 a { background-color: rgb(48,4,33); }

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

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

 span { border-color: rgb(48,4,33); }

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