#38052C

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

Shades of Blackberry #38052C

Tints of Blackberry #38052C

Color information

#38052C (or 0x38052C) is unknown color: approx Blackberry. HEX triplet: 38, 05 and 2C. RGB value is (56,5,44). Sum of RGB (Red+Green+Blue) = 56+5+44=105 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.33% from 105); Green value is 5 (2.34% from 255 or 4.76% from 105); Blue value is 44 (17.58% from 255 or 41.90% from 105); Max value from RGB is 56 - color contains mainly: red. Hex color #38052C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38052C is #C7FAD3. Grayscale: #181818. Windows color (decimal): -13105876 or 2884920. OLE color: 2884920.

HSL color Cylindrical-coordinate representation of color #38052C: hue angle of 314.12º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #38052C is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB56544-
CMYK00.910.210.78
HSL314.12º83.61%11.96%-
HSV(B)314.12º91.07%21.96%-
XYZ2.141.132.49-
YUV24.7138.9150.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 53.33%
GREEN value IS 5 (2.34% from 255) = 4.76%
BLUE value IS 44 (17.58% from 255) = 41.90%
R=53.33%
G=4.76%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5654400.910.210.78314.1283.6111.96
Hex3852C05B154E13a54c
Octal7055401332511647212414
Binary1110001011011000101101110101100111010011101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38052C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38052C; }

 p { color: rgb(56,5,44); }

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

<style>
 a { background-color: #38052C; }

 a { background-color: rgb(56,5,44); }

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

<style>
 span { border-color: #38052C; }

 span { border-color: rgb(56,5,44); }

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