#380427

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

Shades of Blackberry #380427

Tints of Blackberry #380427

Color information

#380427 (or 0x380427) is unknown color: approx Blackberry. HEX triplet: 38, 04 and 27. RGB value is (56,4,39). Sum of RGB (Red+Green+Blue) = 56+4+39=99 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56.57% from 99); Green value is 4 (1.95% from 255 or 4.04% from 99); Blue value is 39 (15.62% from 255 or 39.39% from 99); Max value from RGB is 56 - color contains mainly: red. Hex color #380427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380427 is #C7FBD8. Grayscale: #171717. Windows color (decimal): -13106137 or 2556984. OLE color: 2556984.

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

Color convert

RGB56439-
CMYK00.930.300.78
HSL319.62º86.67%11.76%-
HSV(B)319.62º92.86%21.96%-
XYZ2.041.072.02-
YUV23.54136.73151.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 56.57%
GREEN value IS 4 (1.95% from 255) = 4.04%
BLUE value IS 39 (15.62% from 255) = 39.39%
R=56.57%
G=4.04%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5643900.930.300.78319.6286.6711.76
Hex3842705D1E4E14057c
Octal7044701353611650012714
Binary1110001001001110101110111110100111010100000010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380427; }

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

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

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

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

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

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

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

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