#380127

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

Shades of Blackberry #380127

Tints of Blackberry #380127

Color information

#380127 (or 0x380127) is unknown color: approx Blackberry. HEX triplet: 38, 01 and 27. RGB value is (56,1,39). Sum of RGB (Red+Green+Blue) = 56+1+39=96 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.33% from 96); Green value is 1 (0.78% from 255 or 1.04% from 96); Blue value is 39 (15.62% from 255 or 40.62% from 96); Max value from RGB is 56 - color contains mainly: red. Hex color #380127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380127 is #C7FED8. Grayscale: #151515. Windows color (decimal): -13106905 or 2556216. OLE color: 2556216.

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

Color convert

RGB56139-
CMYK00.980.300.78
HSL318.55º96.49%11.18%-
HSV(B)318.55º98.21%21.96%-
XYZ2.011.012.01-
YUV21.78137.72152.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 58.33%
GREEN value IS 1 (0.78% from 255) = 1.04%
BLUE value IS 39 (15.62% from 255) = 40.62%
R=58.33%
G=1.04%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5613900.980.300.78318.5596.4911.18
Hex381270621E4E13f60b
Octal7014701423611647714013
Binary11100011001110110001011110100111010011111111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380127; }

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

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

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

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

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

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

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

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