#31041C

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

Shades of Blackberry #31041C

Tints of Blackberry #31041C

Color information

#31041C (or 0x31041C) is unknown color: approx Blackberry. HEX triplet: 31, 04 and 1C. RGB value is (49,4,28). Sum of RGB (Red+Green+Blue) = 49+4+28=81 (10% of max value = 765). Red value is 49 (19.53% from 255 or 60.49% from 81); Green value is 4 (1.95% from 255 or 4.94% from 81); Blue value is 28 (11.33% from 255 or 34.57% from 81); Max value from RGB is 49 - color contains mainly: red. Hex color #31041C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31041C is #CEFBE3. Grayscale: #141414. Windows color (decimal): -13564900 or 1836081. OLE color: 1836081.

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

Color convert

RGB49428-
CMYK00.920.430.81
HSL328º84.91%10.39%-
HSV(B)328º91.84%19.22%-
XYZ1.520.821.18-
YUV20.19132.41148.55-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 60.49%
GREEN value IS 4 (1.95% from 255) = 4.94%
BLUE value IS 28 (11.33% from 255) = 34.57%
R=60.49%
G=4.94%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.43
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4942800.920.430.8132884.9110.39
Hex3141C05C2B5114855a
Octal6143401345312151012512
Binary1100011001110001011100101011101000110100100010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31041C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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