#301422

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

Shades of Blackberry #301422

Tints of Blackberry #301422

Color information

#301422 (or 0x301422) is unknown color: approx Blackberry. HEX triplet: 30, 14 and 22. RGB value is (48,20,34). Sum of RGB (Red+Green+Blue) = 48+20+34=102 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.06% from 102); Green value is 20 (8.20% from 255 or 19.61% from 102); Blue value is 34 (13.67% from 255 or 33.33% from 102); Max value from RGB is 48 - color contains mainly: red. Hex color #301422 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301422 is #CFEBDD. Grayscale: #1D1D1D. Windows color (decimal): -13626334 or 2233392. OLE color: 2233392.

HSL color Cylindrical-coordinate representation of color #301422: hue angle of 330º 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 #301422 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.81.

Color convert

RGB482034-
CMYK00.580.290.81
HSL330º41.18%13.33%-
HSV(B)330º58.33%18.82%-
XYZ1.761.241.66-
YUV29.97130.28140.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 47.06%
GREEN value IS 20 (8.20% from 255) = 19.61%
BLUE value IS 34 (13.67% from 255) = 33.33%
R=47.06%
G=19.61%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48203400.580.290.8133041.1813.33
Hex30142203A1D5114a29d
Octal602442072351215125115
Binary1100001010010001001110101110110100011010010101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301422; }

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

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

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

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

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

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

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

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