#380827

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

Shades of Blackberry #380827

Tints of Blackberry #380827

Color information

#380827 (or 0x380827) is unknown color: approx Blackberry. HEX triplet: 38, 08 and 27. RGB value is (56,8,39). Sum of RGB (Red+Green+Blue) = 56+8+39=103 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.37% from 103); Green value is 8 (3.52% from 255 or 7.77% from 103); Blue value is 39 (15.62% from 255 or 37.86% from 103); Max value from RGB is 56 - color contains mainly: red. Hex color #380827 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380827 is #C7F7D8. Grayscale: #191919. Windows color (decimal): -13105113 or 2558008. OLE color: 2558008.

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

Color convert

RGB56839-
CMYK00.860.300.78
HSL321.25º75%12.55%-
HSV(B)321.25º85.71%21.96%-
XYZ2.081.162.03-
YUV25.89135.4149.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 54.37%
GREEN value IS 8 (3.52% from 255) = 7.77%
BLUE value IS 39 (15.62% from 255) = 37.86%
R=54.37%
G=7.77%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5683900.860.300.78321.257512.55
Hex388270561E4E1414bd
Octal70104701263611650111315
Binary11100010001001110101011011110100111010100000110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380827; }

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

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

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

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

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

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

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

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