#380927

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

Shades of Blackberry #380927

Tints of Blackberry #380927

Color information

#380927 (or 0x380927) is unknown color: approx Blackberry. HEX triplet: 38, 09 and 27. RGB value is (56,9,39). Sum of RGB (Red+Green+Blue) = 56+9+39=104 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.85% from 104); Green value is 9 (3.91% from 255 or 8.65% from 104); Blue value is 39 (15.62% from 255 or 37.5% from 104); Max value from RGB is 56 - color contains mainly: red. Hex color #380927 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380927 is #C7F6D8. Grayscale: #1A1A1A. Windows color (decimal): -13104857 or 2558264. OLE color: 2558264.

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

Color convert

RGB56939-
CMYK00.840.300.78
HSL321.7º72.31%12.75%-
HSV(B)321.7º83.93%21.96%-
XYZ2.091.182.04-
YUV26.47135.07149.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 53.85%
GREEN value IS 9 (3.91% from 255) = 8.65%
BLUE value IS 39 (15.62% from 255) = 37.5%
R=53.85%
G=8.65%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5693900.840.300.78321.772.3112.75
Hex389270541E4E14248d
Octal70114701243611650211015
Binary11100010011001110101010011110100111010100001010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380927; }

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

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

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

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

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

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

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

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