#381227

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

Shades of Blackberry #381227

Tints of Blackberry #381227

Color information

#381227 (or 0x381227) is unknown color: approx Blackberry. HEX triplet: 38, 12 and 27. RGB value is (56,18,39). Sum of RGB (Red+Green+Blue) = 56+18+39=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 39 (15.62% from 255 or 34.51% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #381227 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381227 is #C7EDD8. Grayscale: #1F1F1F. Windows color (decimal): -13102553 or 2560568. OLE color: 2560568.

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

Color convert

RGB561839-
CMYK00.680.300.78
HSL326.84º51.35%14.51%-
HSV(B)326.84º67.86%21.96%-
XYZ2.211.422.08-
YUV31.76132.09145.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 49.56%
GREEN value IS 18 (7.42% from 255) = 15.93%
BLUE value IS 39 (15.62% from 255) = 34.51%
R=49.56%
G=15.93%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56183900.680.300.78326.8451.3514.51
Hex3812270441E4E14733f
Octal7022470104361165076317
Binary11100010010100111010001001111010011101010001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381227; }

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

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

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

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

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

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

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

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