#38192A

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

Shades of Blackberry #38192A

Tints of Blackberry #38192A

Color information

#38192A (or 0x38192A) is unknown color: approx Blackberry. HEX triplet: 38, 19 and 2A. RGB value is (56,25,42). Sum of RGB (Red+Green+Blue) = 56+25+42=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 25 (10.16% from 255 or 20.33% from 123); Blue value is 42 (16.80% from 255 or 34.15% from 123); Max value from RGB is 56 - color contains mainly: red. Hex color #38192A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38192A is #C7E6D5. Grayscale: #242424. Windows color (decimal): -13100758 or 2758968. OLE color: 2758968.

HSL color Cylindrical-coordinate representation of color #38192A: hue angle of 327.1º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #38192A is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB562542-
CMYK00.550.250.78
HSL327.1º38.27%15.88%-
HSV(B)327.1º55.36%21.96%-
XYZ2.41.72.39-
YUV36.21131.27142.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.53%
GREEN value IS 25 (10.16% from 255) = 20.33%
BLUE value IS 42 (16.80% from 255) = 34.15%
R=45.53%
G=20.33%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56254200.550.250.78327.138.2715.88
Hex38192A037194E1472610
Octal703152067311165074620
Binary11100011001101010011011111001100111010100011110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38192A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38192A; }

 p { color: rgb(56,25,42); }

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

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

 a { background-color: rgb(56,25,42); }

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

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

 span { border-color: rgb(56,25,42); }

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