#30121F

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

Shades of Blackberry #30121F

Tints of Blackberry #30121F

Color information

#30121F (or 0x30121F) is unknown color: approx Blackberry. HEX triplet: 30, 12 and 1F. RGB value is (48,18,31). Sum of RGB (Red+Green+Blue) = 48+18+31=97 (12% of max value = 765). Red value is 48 (19.14% from 255 or 49.48% from 97); Green value is 18 (7.42% from 255 or 18.56% from 97); Blue value is 31 (12.5% from 255 or 31.96% from 97); Max value from RGB is 48 - color contains mainly: red. Hex color #30121F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30121F is #CFEDE0. Grayscale: #1C1C1C. Windows color (decimal): -13626849 or 2036272. OLE color: 2036272.

HSL color Cylindrical-coordinate representation of color #30121F: hue angle of 334º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30121F is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB481831-
CMYK00.630.350.81
HSL334º45.45%12.94%-
HSV(B)334º62.5%18.82%-
XYZ1.681.161.43-
YUV28.45129.44141.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 49.48%
GREEN value IS 18 (7.42% from 255) = 18.56%
BLUE value IS 31 (12.5% from 255) = 31.96%
R=49.48%
G=18.56%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48183100.630.350.8133445.4512.94
Hex30121F03F235114e2dd
Octal602237077431215165515
Binary1100001001011111011111110001110100011010011101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30121F; }

 p { color: rgb(48,18,31); }

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

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

 a { background-color: rgb(48,18,31); }

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

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

 span { border-color: rgb(48,18,31); }

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