#301421

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

Shades of Blackberry #301421

Tints of Blackberry #301421

Color information

#301421 (or 0x301421) is unknown color: approx Blackberry. HEX triplet: 30, 14 and 21. RGB value is (48,20,33). Sum of RGB (Red+Green+Blue) = 48+20+33=101 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.52% from 101); Green value is 20 (8.20% from 255 or 19.80% from 101); Blue value is 33 (13.28% from 255 or 32.67% from 101); Max value from RGB is 48 - color contains mainly: red. Hex color #301421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301421 is #CFEBDE. Grayscale: #1D1D1D. Windows color (decimal): -13626335 or 2167856. OLE color: 2167856.

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

Color convert

RGB482033-
CMYK00.580.310.81
HSL332.14º41.18%13.33%-
HSV(B)332.14º58.33%18.82%-
XYZ1.741.241.59-
YUV29.85129.78140.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 47.52%
GREEN value IS 20 (8.20% from 255) = 19.80%
BLUE value IS 33 (13.28% from 255) = 32.67%
R=47.52%
G=19.80%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48203300.580.310.81332.1441.1813.33
Hex30142103A1F5114c29d
Octal602441072371215145115
Binary1100001010010000101110101111110100011010011001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301421; }

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

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

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

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

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

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

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

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