#381427

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

Shades of Blackberry #381427

Tints of Blackberry #381427

Color information

#381427 (or 0x381427) is unknown color: approx Blackberry. HEX triplet: 38, 14 and 27. RGB value is (56,20,39). Sum of RGB (Red+Green+Blue) = 56+20+39=115 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.70% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 39 (15.62% from 255 or 33.91% from 115); Max value from RGB is 56 - color contains mainly: red. Hex color #381427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381427 is #C7EBD8. Grayscale: #202020. Windows color (decimal): -13102041 or 2561080. OLE color: 2561080.

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

Color convert

RGB562039-
CMYK00.640.300.78
HSL328.33º47.37%14.9%-
HSV(B)328.33º64.29%21.96%-
XYZ2.251.492.09-
YUV32.93131.43144.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 48.70%
GREEN value IS 20 (8.20% from 255) = 17.39%
BLUE value IS 39 (15.62% from 255) = 33.91%
R=48.70%
G=17.39%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56203900.640.300.78328.3347.3714.9
Hex3814270401E4E1482ff
Octal7024470100361165105717
Binary11100010100100111010000001111010011101010010001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381427; }

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

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

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

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

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

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

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

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