#30041F

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

Shades of Blackberry #30041F

Tints of Blackberry #30041F

Color information

#30041F (or 0x30041F) is unknown color: approx Blackberry. HEX triplet: 30, 04 and 1F. RGB value is (48,4,31). Sum of RGB (Red+Green+Blue) = 48+4+31=83 (10% of max value = 765). Red value is 48 (19.14% from 255 or 57.83% from 83); Green value is 4 (1.95% from 255 or 4.82% from 83); Blue value is 31 (12.5% from 255 or 37.35% from 83); Max value from RGB is 48 - color contains mainly: red. Hex color #30041F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30041F is #CFFBE0. Grayscale: #141414. Windows color (decimal): -13630433 or 2032688. OLE color: 2032688.

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

Color convert

RGB48431-
CMYK00.920.350.81
HSL323.18º84.62%10.2%-
HSV(B)323.18º91.67%18.82%-
XYZ1.510.811.37-
YUV20.23134.08147.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 57.83%
GREEN value IS 4 (1.95% from 255) = 4.82%
BLUE value IS 31 (12.5% from 255) = 37.35%
R=57.83%
G=4.82%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4843100.920.350.81323.1884.6210.2
Hex3041F05C235114355a
Octal6043701344312150312512
Binary1100001001111101011100100011101000110100001110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30041F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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