#380929

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

Shades of Blackberry #380929

Tints of Blackberry #380929

Color information

#380929 (or 0x380929) is unknown color: approx Blackberry. HEX triplet: 38, 09 and 29. RGB value is (56,9,41). Sum of RGB (Red+Green+Blue) = 56+9+41=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 41 (16.41% from 255 or 38.68% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #380929 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380929 is #C7F6D6. Grayscale: #1A1A1A. Windows color (decimal): -13104855 or 2689336. OLE color: 2689336.

HSL color Cylindrical-coordinate representation of color #380929: hue angle of 319.15º 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 #380929 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB56941-
CMYK00.840.270.78
HSL319.15º72.31%12.75%-
HSV(B)319.15º83.93%21.96%-
XYZ2.131.22.22-
YUV26.7136.07148.9-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 52.83%
GREEN value IS 9 (3.91% from 255) = 8.49%
BLUE value IS 41 (16.41% from 255) = 38.68%
R=52.83%
G=8.49%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5694100.840.270.78319.1572.3112.75
Hex389290541B4E13f48d
Octal70115101243311647711015
Binary11100010011010010101010011011100111010011111110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380929; }

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

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

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

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

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

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

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

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