#38142A

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

Shades of Blackberry #38142A

Tints of Blackberry #38142A

Color information

#38142A (or 0x38142A) is unknown color: approx Blackberry. HEX triplet: 38, 14 and 2A. RGB value is (56,20,42). Sum of RGB (Red+Green+Blue) = 56+20+42=118 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.46% from 118); Green value is 20 (8.20% from 255 or 16.95% from 118); Blue value is 42 (16.80% from 255 or 35.59% from 118); Max value from RGB is 56 - color contains mainly: red. Hex color #38142A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38142A is #C7EBD5. Grayscale: #212121. Windows color (decimal): -13102038 or 2757688. OLE color: 2757688.

HSL color Cylindrical-coordinate representation of color #38142A: hue angle of 323.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 #38142A is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB562042-
CMYK00.640.250.78
HSL323.33º47.37%14.9%-
HSV(B)323.33º64.29%21.96%-
XYZ2.31.512.36-
YUV33.27132.93144.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 47.46%
GREEN value IS 20 (8.20% from 255) = 16.95%
BLUE value IS 42 (16.80% from 255) = 35.59%
R=47.46%
G=16.95%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56204200.640.250.78323.3347.3714.9
Hex38142A040194E1432ff
Octal7024520100311165035717
Binary11100010100101010010000001100110011101010000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38142A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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