#381827

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

Shades of Blackberry #381827

Tints of Blackberry #381827

Color information

#381827 (or 0x381827) is unknown color: approx Blackberry. HEX triplet: 38, 18 and 27. RGB value is (56,24,39). Sum of RGB (Red+Green+Blue) = 56+24+39=119 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.06% from 119); Green value is 24 (9.77% from 255 or 20.17% from 119); Blue value is 39 (15.62% from 255 or 32.77% from 119); Max value from RGB is 56 - color contains mainly: red. Hex color #381827 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381827 is #C7E7D8. Grayscale: #232323. Windows color (decimal): -13101017 or 2562104. OLE color: 2562104.

HSL color Cylindrical-coordinate representation of color #381827: hue angle of 331.88º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #381827 is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.78.

Color convert

RGB562439-
CMYK00.570.300.78
HSL331.88º40%15.69%-
HSV(B)331.88º57.14%21.96%-
XYZ2.321.642.11-
YUV35.28130.1142.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 47.06%
GREEN value IS 24 (9.77% from 255) = 20.17%
BLUE value IS 39 (15.62% from 255) = 32.77%
R=47.06%
G=20.17%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56243900.570.300.78331.884015.69
Hex3818270391E4E14c2810
Octal703047071361165145020
Binary11100011000100111011100111110100111010100110010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381827; }

 p { color: rgb(56,24,39); }

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

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

 a { background-color: rgb(56,24,39); }

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

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

 span { border-color: rgb(56,24,39); }

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