#30041C

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

Shades of Blackberry #30041C

Tints of Blackberry #30041C

Color information

#30041C (or 0x30041C) is unknown color: approx Blackberry. HEX triplet: 30, 04 and 1C. RGB value is (48,4,28). Sum of RGB (Red+Green+Blue) = 48+4+28=80 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60% from 80); Green value is 4 (1.95% from 255 or 5% from 80); Blue value is 28 (11.33% from 255 or 35% from 80); Max value from RGB is 48 - color contains mainly: red. Hex color #30041C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30041C is #CFFBE3. Grayscale: #131313. Windows color (decimal): -13630436 or 1836080. OLE color: 1836080.

HSL color Cylindrical-coordinate representation of color #30041C: hue angle of 327.27º 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 #30041C is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.81.

Color convert

RGB48428-
CMYK00.920.420.81
HSL327.27º84.62%10.2%-
HSV(B)327.27º91.67%18.82%-
XYZ1.470.81.18-
YUV19.89132.58148.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 60%
GREEN value IS 4 (1.95% from 255) = 5%
BLUE value IS 28 (11.33% from 255) = 35%
R=60%
G=5%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.42
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4842800.920.420.81327.2784.6210.2
Hex3041C05C2A5114755a
Octal6043401345212150712512
Binary1100001001110001011100101010101000110100011110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30041C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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