#301722

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

Shades of Blackberry #301722

Tints of Blackberry #301722

Color information

#301722 (or 0x301722) is unknown color: approx Blackberry. HEX triplet: 30, 17 and 22. RGB value is (48,23,34). Sum of RGB (Red+Green+Blue) = 48+23+34=105 (13% of max value = 765). Red value is 48 (19.14% from 255 or 45.71% from 105); Green value is 23 (9.38% from 255 or 21.90% from 105); Blue value is 34 (13.67% from 255 or 32.38% from 105); Max value from RGB is 48 - color contains mainly: red. Hex color #301722 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301722 is #CFE8DD. Grayscale: #1F1F1F. Windows color (decimal): -13625566 or 2234160. OLE color: 2234160.

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

Color convert

RGB482334-
CMYK00.520.290.81
HSL333.6º35.21%13.92%-
HSV(B)333.6º52.08%18.82%-
XYZ1.811.361.68-
YUV31.73129.28139.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 45.71%
GREEN value IS 23 (9.38% from 255) = 21.90%
BLUE value IS 34 (13.67% from 255) = 32.38%
R=45.71%
G=21.90%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48233400.520.290.81333.635.2113.92
Hex3017220341D5114e23e
Octal602742064351215164316
Binary1100001011110001001101001110110100011010011101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301722; }

 p { color: rgb(48,23,34); }

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

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

 a { background-color: rgb(48,23,34); }

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

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

 span { border-color: rgb(48,23,34); }

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