#38052D

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

Shades of Blackberry #38052D

Tints of Blackberry #38052D

Color information

#38052D (or 0x38052D) is unknown color: approx Blackberry. HEX triplet: 38, 05 and 2D. RGB value is (56,5,45). Sum of RGB (Red+Green+Blue) = 56+5+45=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 5 (2.34% from 255 or 4.72% from 106); Blue value is 45 (17.97% from 255 or 42.45% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #38052D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38052D is #C7FAD2. Grayscale: #181818. Windows color (decimal): -13105875 or 2950456. OLE color: 2950456.

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

Color convert

RGB56545-
CMYK00.910.200.78
HSL312.94º83.61%11.96%-
HSV(B)312.94º91.07%21.96%-
XYZ2.161.142.59-
YUV24.81139.4150.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 52.83%
GREEN value IS 5 (2.34% from 255) = 4.72%
BLUE value IS 45 (17.97% from 255) = 42.45%
R=52.83%
G=4.72%
B=42.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.20
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5654500.910.200.78312.9483.6111.96
Hex3852D05B144E13954c
Octal7055501332411647112414
Binary1110001011011010101101110100100111010011100110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38052D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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