#301621

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

Shades of Blackberry #301621

Tints of Blackberry #301621

Color information

#301621 (or 0x301621) is unknown color: approx Blackberry. HEX triplet: 30, 16 and 21. RGB value is (48,22,33). Sum of RGB (Red+Green+Blue) = 48+22+33=103 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.60% from 103); Green value is 22 (8.98% from 255 or 21.36% from 103); Blue value is 33 (13.28% from 255 or 32.04% from 103); Max value from RGB is 48 - color contains mainly: red. Hex color #301621 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301621 is #CFE9DE. Grayscale: #1F1F1F. Windows color (decimal): -13625823 or 2168368. OLE color: 2168368.

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

Color convert

RGB482233-
CMYK00.540.310.81
HSL334.62º37.14%13.73%-
HSV(B)334.62º54.17%18.82%-
XYZ1.781.311.6-
YUV31.03129.11140.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.60%
GREEN value IS 22 (8.98% from 255) = 21.36%
BLUE value IS 33 (13.28% from 255) = 32.04%
R=46.60%
G=21.36%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48223300.540.310.81334.6237.1413.73
Hex3016210361F5114f25e
Octal602641066371215174516
Binary1100001011010000101101101111110100011010011111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301621; }

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

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

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

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

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

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

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

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