#371323

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

Shades of Blackberry #371323

Tints of Blackberry #371323

Color information

#371323 (or 0x371323) is unknown color: approx Blackberry. HEX triplet: 37, 13 and 23. RGB value is (55,19,35). Sum of RGB (Red+Green+Blue) = 55+19+35=109 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.46% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 35 (14.06% from 255 or 32.11% from 109); Max value from RGB is 55 - color contains mainly: red. Hex color #371323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371323 is #C8ECDC. Grayscale: #1F1F1F. Windows color (decimal): -13167837 or 2298679. OLE color: 2298679.

HSL color Cylindrical-coordinate representation of color #371323: hue angle of 333.33º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #371323 is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.78.

Color convert

RGB551935-
CMYK00.650.360.78
HSL333.33º48.65%14.51%-
HSV(B)333.33º65.45%21.57%-
XYZ2.111.41.75-
YUV31.59129.93144.7-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 50.46%
GREEN value IS 19 (7.81% from 255) = 17.43%
BLUE value IS 35 (14.06% from 255) = 32.11%
R=50.46%
G=17.43%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.36
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55193500.650.360.78333.3348.6514.51
Hex371323041244E14d31f
Octal6723430101441165156117
Binary110111100111000110100000110010010011101010011011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371323; }

 p { color: rgb(55,19,35); }

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

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

 a { background-color: rgb(55,19,35); }

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

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

 span { border-color: rgb(55,19,35); }

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