#371826

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

Shades of Blackberry #371826

Tints of Blackberry #371826

Color information

#371826 (or 0x371826) is unknown color: approx Blackberry. HEX triplet: 37, 18 and 26. RGB value is (55,24,38). Sum of RGB (Red+Green+Blue) = 55+24+38=117 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.01% from 117); Green value is 24 (9.77% from 255 or 20.51% from 117); Blue value is 38 (15.23% from 255 or 32.48% from 117); Max value from RGB is 55 - color contains mainly: red. Hex color #371826 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371826 is #C8E7D9. Grayscale: #222222. Windows color (decimal): -13166554 or 2496567. OLE color: 2496567.

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

Color convert

RGB552438-
CMYK00.560.310.78
HSL332.9º39.24%15.49%-
HSV(B)332.9º56.36%21.57%-
XYZ2.251.612.02-
YUV34.86129.77142.36-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 47.01%
GREEN value IS 24 (9.77% from 255) = 20.51%
BLUE value IS 38 (15.23% from 255) = 32.48%
R=47.01%
G=20.51%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.31
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55243800.560.310.78332.939.2415.49
Hex3718260381F4E14d27f
Octal673046070371165154717
Binary1101111100010011001110001111110011101010011011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371826; }

 p { color: rgb(55,24,38); }

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

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

 a { background-color: rgb(55,24,38); }

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

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

 span { border-color: rgb(55,24,38); }

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