#380227

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

Shades of Blackberry #380227

Tints of Blackberry #380227

Color information

#380227 (or 0x380227) is unknown color: approx Blackberry. HEX triplet: 38, 02 and 27. RGB value is (56,2,39). Sum of RGB (Red+Green+Blue) = 56+2+39=97 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.73% from 97); Green value is 2 (1.17% from 255 or 2.06% from 97); Blue value is 39 (15.62% from 255 or 40.21% from 97); Max value from RGB is 56 - color contains mainly: red. Hex color #380227 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380227 is #C7FDD8. Grayscale: #161616. Windows color (decimal): -13106649 or 2556472. OLE color: 2556472.

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

Color convert

RGB56239-
CMYK00.960.300.78
HSL318.89º93.1%11.37%-
HSV(B)318.89º96.43%21.96%-
XYZ2.021.032.01-
YUV22.36137.39151.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 57.73%
GREEN value IS 2 (1.17% from 255) = 2.06%
BLUE value IS 39 (15.62% from 255) = 40.21%
R=57.73%
G=2.06%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5623900.960.300.78318.8993.111.37
Hex382270601E4E13f5db
Octal7024701403611647713513
Binary111000101001110110000011110100111010011111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380227; }

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

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

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

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

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

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

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

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