#381726

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

Shades of Blackberry #381726

Tints of Blackberry #381726

Color information

#381726 (or 0x381726) is unknown color: approx Blackberry. HEX triplet: 38, 17 and 26. RGB value is (56,23,38). Sum of RGB (Red+Green+Blue) = 56+23+38=117 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.86% from 117); Green value is 23 (9.38% from 255 or 19.66% from 117); Blue value is 38 (15.23% from 255 or 32.48% from 117); Max value from RGB is 56 - color contains mainly: red. Hex color #381726 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381726 is #C7E8D9. Grayscale: #222222. Windows color (decimal): -13101274 or 2496312. OLE color: 2496312.

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

Color convert

RGB562338-
CMYK00.590.320.78
HSL332.73º41.77%15.49%-
HSV(B)332.73º58.93%21.96%-
XYZ2.291.592.02-
YUV34.58129.93143.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 47.86%
GREEN value IS 23 (9.38% from 255) = 19.66%
BLUE value IS 38 (15.23% from 255) = 32.48%
R=47.86%
G=19.66%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.32
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56233800.590.320.78332.7341.7715.49
Hex38172603B204E14d2af
Octal702746073401165155217
Binary11100010111100110011101110000010011101010011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381726; }

 p { color: rgb(56,23,38); }

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

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

 a { background-color: rgb(56,23,38); }

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

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

 span { border-color: rgb(56,23,38); }

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