#370B2A

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

Shades of Blackberry #370B2A

Tints of Blackberry #370B2A

Color information

#370B2A (or 0x370B2A) is unknown color: approx Blackberry. HEX triplet: 37, 0B and 2A. RGB value is (55,11,42). Sum of RGB (Red+Green+Blue) = 55+11+42=108 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.93% from 108); Green value is 11 (4.69% from 255 or 10.19% from 108); Blue value is 42 (16.80% from 255 or 38.89% from 108); Max value from RGB is 55 - color contains mainly: red. Hex color #370B2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370B2A is #C8F4D5. Grayscale: #1B1B1B. Windows color (decimal): -13169878 or 2755383. OLE color: 2755383.

HSL color Cylindrical-coordinate representation of color #370B2A: hue angle of 317.73º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #370B2A is Cyan = 0, Magento = 0.8, Yellow = 0.24 and Black (K on CMYK) = 0.78.

Color convert

RGB551142-
CMYK00.80.240.78
HSL317.73º66.67%12.94%-
HSV(B)317.73º80%21.57%-
XYZ2.111.222.31-
YUV27.69136.08147.48-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 50.93%
GREEN value IS 11 (4.69% from 255) = 10.19%
BLUE value IS 42 (16.80% from 255) = 38.89%
R=50.93%
G=10.19%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.24
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55114200.80.240.78317.7366.6712.94
Hex37B2A050184E13e43d
Octal67135201203011647610315
Binary11011110111010100101000011000100111010011111010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370B2A; }

 p { color: rgb(55,11,42); }

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

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

 a { background-color: rgb(55,11,42); }

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

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

 span { border-color: rgb(55,11,42); }

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