#301022

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

Shades of Blackberry #301022

Tints of Blackberry #301022

Color information

#301022 (or 0x301022) is unknown color: approx Blackberry. HEX triplet: 30, 10 and 22. RGB value is (48,16,34). Sum of RGB (Red+Green+Blue) = 48+16+34=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 16 (6.64% from 255 or 16.33% from 98); Blue value is 34 (13.67% from 255 or 34.69% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #301022 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301022 is #CFEFDD. Grayscale: #1B1B1B. Windows color (decimal): -13627358 or 2232368. OLE color: 2232368.

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

Color convert

RGB481634-
CMYK00.670.290.81
HSL326.25º50%12.55%-
HSV(B)326.25º66.67%18.82%-
XYZ1.691.111.64-
YUV27.62131.6142.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48.98%
GREEN value IS 16 (6.64% from 255) = 16.33%
BLUE value IS 34 (13.67% from 255) = 34.69%
R=48.98%
G=16.33%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48163400.670.290.81326.255012.55
Hex3010220431D5114632d
Octal6020420103351215066215
Binary11000010000100010010000111110110100011010001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301022; }

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

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

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

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

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

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

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

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