#370622

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

Shades of Blackberry #370622

Tints of Blackberry #370622

Color information

#370622 (or 0x370622) is unknown color: approx Blackberry. HEX triplet: 37, 06 and 22. RGB value is (55,6,34). Sum of RGB (Red+Green+Blue) = 55+6+34=95 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.89% from 95); Green value is 6 (2.73% from 255 or 6.32% from 95); Blue value is 34 (13.67% from 255 or 35.79% from 95); Max value from RGB is 55 - color contains mainly: red. Hex color #370622 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370622 is #C8F9DD. Grayscale: #171717. Windows color (decimal): -13171166 or 2229815. OLE color: 2229815.

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

Color convert

RGB55634-
CMYK00.890.380.78
HSL325.71º80.33%11.96%-
HSV(B)325.71º89.09%21.57%-
XYZ1.931.061.62-
YUV23.84133.73150.22-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 57.89%
GREEN value IS 6 (2.73% from 255) = 6.32%
BLUE value IS 34 (13.67% from 255) = 35.79%
R=57.89%
G=6.32%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.38
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5563400.890.380.78325.7180.3311.96
Hex37622059264E14650c
Octal6764201314611650612014
Binary11011111010001001011001100110100111010100011010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370622; }

 p { color: rgb(55,6,34); }

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

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

 a { background-color: rgb(55,6,34); }

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

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

 span { border-color: rgb(55,6,34); }

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