#380924

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

Shades of Blackberry #380924

Tints of Blackberry #380924

Color information

#380924 (or 0x380924) is unknown color: approx Blackberry. HEX triplet: 38, 09 and 24. RGB value is (56,9,36). Sum of RGB (Red+Green+Blue) = 56+9+36=101 (13% of max value = 765). Red value is 56 (22.27% from 255 or 55.45% from 101); Green value is 9 (3.91% from 255 or 8.91% from 101); Blue value is 36 (14.45% from 255 or 35.64% from 101); Max value from RGB is 56 - color contains mainly: red. Hex color #380924 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380924 is #C7F6DB. Grayscale: #1A1A1A. Windows color (decimal): -13104860 or 2361656. OLE color: 2361656.

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

Color convert

RGB56936-
CMYK00.840.360.78
HSL325.53º72.31%12.75%-
HSV(B)325.53º83.93%21.96%-
XYZ2.051.161.79-
YUV26.13133.57149.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 55.45%
GREEN value IS 9 (3.91% from 255) = 8.91%
BLUE value IS 36 (14.45% from 255) = 35.64%
R=55.45%
G=8.91%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.36
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5693600.840.360.78325.5372.3112.75
Hex38924054244E14648d
Octal70114401244411650611015
Binary111000100110010001010100100100100111010100011010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380924; }

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

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

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

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

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

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

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

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