#371422

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

Shades of Blackberry #371422

Tints of Blackberry #371422

Color information

#371422 (or 0x371422) is unknown color: approx Blackberry. HEX triplet: 37, 14 and 22. RGB value is (55,20,34). Sum of RGB (Red+Green+Blue) = 55+20+34=109 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.46% from 109); Green value is 20 (8.20% from 255 or 18.35% from 109); Blue value is 34 (13.67% from 255 or 31.19% from 109); Max value from RGB is 55 - color contains mainly: red. Hex color #371422 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371422 is #C8EBDD. Grayscale: #202020. Windows color (decimal): -13167582 or 2233399. OLE color: 2233399.

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

Color convert

RGB552034-
CMYK00.640.380.78
HSL336º46.67%14.71%-
HSV(B)336º63.64%21.57%-
XYZ2.111.431.68-
YUV32.06129.1144.36-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 50.46%
GREEN value IS 20 (8.20% from 255) = 18.35%
BLUE value IS 34 (13.67% from 255) = 31.19%
R=50.46%
G=18.35%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.38
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55203400.640.380.7833646.6714.71
Hex371422040264E1502ff
Octal6724420100461165205717
Binary110111101001000100100000010011010011101010100001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371422; }

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

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

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

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

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

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

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

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