#38152A

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

Shades of Blackberry #38152A

Tints of Blackberry #38152A

Color information

#38152A (or 0x38152A) is unknown color: approx Blackberry. HEX triplet: 38, 15 and 2A. RGB value is (56,21,42). Sum of RGB (Red+Green+Blue) = 56+21+42=119 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.06% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 42 (16.80% from 255 or 35.29% from 119); Max value from RGB is 56 - color contains mainly: red. Hex color #38152A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38152A is #C7EAD5. Grayscale: #212121. Windows color (decimal): -13101782 or 2757944. OLE color: 2757944.

HSL color Cylindrical-coordinate representation of color #38152A: hue angle of 324º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38152A is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB562142-
CMYK00.630.250.78
HSL324º45.45%15.1%-
HSV(B)324º62.5%21.96%-
XYZ2.321.542.37-
YUV33.86132.6143.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 47.06%
GREEN value IS 21 (8.59% from 255) = 17.65%
BLUE value IS 42 (16.80% from 255) = 35.29%
R=47.06%
G=17.65%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56214200.630.250.7832445.4515.1
Hex38152A03F194E1442df
Octal702552077311165045517
Binary1110001010110101001111111100110011101010001001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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