#301121

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

Shades of Blackberry #301121

Tints of Blackberry #301121

Color information

#301121 (or 0x301121) is unknown color: approx Blackberry. HEX triplet: 30, 11 and 21. RGB value is (48,17,33). Sum of RGB (Red+Green+Blue) = 48+17+33=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 17 (7.03% from 255 or 17.35% from 98); Blue value is 33 (13.28% from 255 or 33.67% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #301121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301121 is #CFEEDE. Grayscale: #1C1C1C. Windows color (decimal): -13627103 or 2167088. OLE color: 2167088.

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

Color convert

RGB481733-
CMYK00.650.310.81
HSL329.03º47.69%12.75%-
HSV(B)329.03º64.58%18.82%-
XYZ1.691.141.57-
YUV28.09130.77142.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48.98%
GREEN value IS 17 (7.03% from 255) = 17.35%
BLUE value IS 33 (13.28% from 255) = 33.67%
R=48.98%
G=17.35%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48173300.650.310.81329.0347.6912.75
Hex3011210411F5114930d
Octal6021410101371215116015
Binary11000010001100001010000011111110100011010010011100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301121; }

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

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

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

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

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

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

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

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