#38192E

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

Shades of Blackberry #38192E

Tints of Blackberry #38192E

Color information

#38192E (or 0x38192E) is unknown color: approx Blackberry. HEX triplet: 38, 19 and 2E. RGB value is (56,25,46). Sum of RGB (Red+Green+Blue) = 56+25+46=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 25 (10.16% from 255 or 19.69% from 127); Blue value is 46 (18.36% from 255 or 36.22% from 127); Max value from RGB is 56 - color contains mainly: red. Hex color #38192E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38192E is #C7E6D1. Grayscale: #242424. Windows color (decimal): -13100754 or 3021112. OLE color: 3021112.

HSL color Cylindrical-coordinate representation of color #38192E: hue angle of 319.35º 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 #38192E is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB562546-
CMYK00.550.180.78
HSL319.35º38.27%15.88%-
HSV(B)319.35º55.36%21.96%-
XYZ2.471.732.79-
YUV36.66133.27141.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.09%
GREEN value IS 25 (10.16% from 255) = 19.69%
BLUE value IS 46 (18.36% from 255) = 36.22%
R=44.09%
G=19.69%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56254600.550.180.78319.3538.2715.88
Hex38192E037124E13f2610
Octal703156067221164774620
Binary11100011001101110011011110010100111010011111110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38192E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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