#38122D

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

Shades of Blackberry #38122D

Tints of Blackberry #38122D

Color information

#38122D (or 0x38122D) is unknown color: approx Blackberry. HEX triplet: 38, 12 and 2D. RGB value is (56,18,45). Sum of RGB (Red+Green+Blue) = 56+18+45=119 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.06% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 45 (17.97% from 255 or 37.82% from 119); Max value from RGB is 56 - color contains mainly: red. Hex color #38122D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38122D is #C7EDD2. Grayscale: #202020. Windows color (decimal): -13102547 or 2953784. OLE color: 2953784.

HSL color Cylindrical-coordinate representation of color #38122D: hue angle of 317.37º 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 #38122D is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.78.

Color convert

RGB561845-
CMYK00.680.200.78
HSL317.37º51.35%14.51%-
HSV(B)317.37º67.86%21.96%-
XYZ2.321.462.64-
YUV32.44135.09144.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 47.06%
GREEN value IS 18 (7.42% from 255) = 15.13%
BLUE value IS 45 (17.97% from 255) = 37.82%
R=47.06%
G=15.13%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.20
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56184500.680.200.78317.3751.3514.51
Hex38122D044144E13d33f
Octal7022550104241164756317
Binary11100010010101101010001001010010011101001111011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38122D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38122D; }

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

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

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

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

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

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

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

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