#380527

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

Shades of Blackberry #380527

Tints of Blackberry #380527

Color information

#380527 (or 0x380527) is unknown color: approx Blackberry. HEX triplet: 38, 05 and 27. RGB value is (56,5,39). Sum of RGB (Red+Green+Blue) = 56+5+39=100 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56% from 100); Green value is 5 (2.34% from 255 or 5% from 100); Blue value is 39 (15.62% from 255 or 39% from 100); Max value from RGB is 56 - color contains mainly: red. Hex color #380527 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380527 is #C7FAD8. Grayscale: #181818. Windows color (decimal): -13105881 or 2557240. OLE color: 2557240.

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

Color convert

RGB56539-
CMYK00.910.300.78
HSL320º83.61%11.96%-
HSV(B)320º91.07%21.96%-
XYZ2.051.12.02-
YUV24.12136.4150.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 56%
GREEN value IS 5 (2.34% from 255) = 5%
BLUE value IS 39 (15.62% from 255) = 39%
R=56%
G=5%
B=39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5653900.910.300.7832083.6111.96
Hex3852705B1E4E14054c
Octal7054701333611650012414
Binary1110001011001110101101111110100111010100000010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380527; }

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

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

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

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

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

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

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

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