#30051F

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

Shades of Blackberry #30051F

Tints of Blackberry #30051F

Color information

#30051F (or 0x30051F) is unknown color: approx Blackberry. HEX triplet: 30, 05 and 1F. RGB value is (48,5,31). Sum of RGB (Red+Green+Blue) = 48+5+31=84 (11% of max value = 765). Red value is 48 (19.14% from 255 or 57.14% from 84); Green value is 5 (2.34% from 255 or 5.95% from 84); Blue value is 31 (12.5% from 255 or 36.90% from 84); Max value from RGB is 48 - color contains mainly: red. Hex color #30051F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30051F is #CFFAE0. Grayscale: #141414. Windows color (decimal): -13630177 or 2032944. OLE color: 2032944.

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

Color convert

RGB48531-
CMYK00.900.350.81
HSL323.72º81.13%10.39%-
HSV(B)323.72º89.58%18.82%-
XYZ1.520.841.38-
YUV20.82133.75147.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 57.14%
GREEN value IS 5 (2.34% from 255) = 5.95%
BLUE value IS 31 (12.5% from 255) = 36.90%
R=57.14%
G=5.95%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4853100.900.350.81323.7281.1310.39
Hex3051F05A235114451a
Octal6053701324312150412112
Binary1100001011111101011010100011101000110100010010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30051F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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