#30011F

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

Shades of Blackberry #30011F

Tints of Blackberry #30011F

Color information

#30011F (or 0x30011F) is unknown color: approx Blackberry. HEX triplet: 30, 01 and 1F. RGB value is (48,1,31). Sum of RGB (Red+Green+Blue) = 48+1+31=80 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60% from 80); Green value is 1 (0.78% from 255 or 1.25% from 80); Blue value is 31 (12.5% from 255 or 38.75% from 80); Max value from RGB is 48 - color contains mainly: red. Hex color #30011F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30011F is #CFFEE0. Grayscale: #121212. Windows color (decimal): -13631201 or 2031920. OLE color: 2031920.

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

Color convert

RGB48131-
CMYK00.980.350.81
HSL321.7º95.92%9.61%-
HSV(B)321.7º97.92%18.82%-
XYZ1.480.751.36-
YUV18.47135.07149.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 60%
GREEN value IS 1 (0.78% from 255) = 1.25%
BLUE value IS 31 (12.5% from 255) = 38.75%
R=60%
G=1.25%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4813100.980.350.81321.795.929.61
Hex3011F062235114260a
Octal6013701424312150214012
Binary11000011111101100010100011101000110100001011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30011F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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