#30081F

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

Shades of Blackberry #30081F

Tints of Blackberry #30081F

Color information

#30081F (or 0x30081F) is unknown color: approx Blackberry. HEX triplet: 30, 08 and 1F. RGB value is (48,8,31). Sum of RGB (Red+Green+Blue) = 48+8+31=87 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.17% from 87); Green value is 8 (3.52% from 255 or 9.20% from 87); Blue value is 31 (12.5% from 255 or 35.63% from 87); Max value from RGB is 48 - color contains mainly: red. Hex color #30081F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30081F is #CFF7E0. Grayscale: #161616. Windows color (decimal): -13629409 or 2033712. OLE color: 2033712.

HSL color Cylindrical-coordinate representation of color #30081F: hue angle of 325.5º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #30081F is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB48831-
CMYK00.830.350.81
HSL325.5º71.43%10.98%-
HSV(B)325.5º83.33%18.82%-
XYZ1.550.91.39-
YUV22.58132.75146.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 55.17%
GREEN value IS 8 (3.52% from 255) = 9.20%
BLUE value IS 31 (12.5% from 255) = 35.63%
R=55.17%
G=9.20%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4883100.830.350.81325.571.4310.98
Hex3081F053235114647b
Octal60103701234312150610713
Binary11000010001111101010011100011101000110100011010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30081F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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