#370527

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

Shades of Blackberry #370527

Tints of Blackberry #370527

Color information

#370527 (or 0x370527) is unknown color: approx Blackberry. HEX triplet: 37, 05 and 27. RGB value is (55,5,39). Sum of RGB (Red+Green+Blue) = 55+5+39=99 (13% of max value = 765). Red value is 55 (21.88% from 255 or 55.56% from 99); Green value is 5 (2.34% from 255 or 5.05% from 99); Blue value is 39 (15.62% from 255 or 39.39% from 99); Max value from RGB is 55 - color contains mainly: red. Hex color #370527 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370527 is #C8FAD8. Grayscale: #171717. Windows color (decimal): -13171417 or 2557239. OLE color: 2557239.

HSL color Cylindrical-coordinate representation of color #370527: hue angle of 319.2º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #370527 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.78.

Color convert

RGB55539-
CMYK00.910.290.78
HSL319.2º83.33%11.76%-
HSV(B)319.2º90.91%21.57%-
XYZ21.072.02-
YUV23.83136.56150.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 55.56%
GREEN value IS 5 (2.34% from 255) = 5.05%
BLUE value IS 39 (15.62% from 255) = 39.39%
R=55.56%
G=5.05%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.29
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5553900.910.290.78319.283.3311.76
Hex3752705B1D4E13f53c
Octal6754701333511647712314
Binary1101111011001110101101111101100111010011111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370527; }

 p { color: rgb(55,5,39); }

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

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

 a { background-color: rgb(55,5,39); }

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

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

 span { border-color: rgb(55,5,39); }

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