#38072C

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

Shades of Blackberry #38072C

Tints of Blackberry #38072C

Color information

#38072C (or 0x38072C) is unknown color: approx Blackberry. HEX triplet: 38, 07 and 2C. RGB value is (56,7,44). Sum of RGB (Red+Green+Blue) = 56+7+44=107 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.34% from 107); Green value is 7 (3.12% from 255 or 6.54% from 107); Blue value is 44 (17.58% from 255 or 41.12% from 107); Max value from RGB is 56 - color contains mainly: red. Hex color #38072C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38072C is #C7F8D3. Grayscale: #191919. Windows color (decimal): -13105364 or 2885432. OLE color: 2885432.

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

Color convert

RGB56744-
CMYK00.880.210.78
HSL314.69º77.78%12.35%-
HSV(B)314.69º87.5%21.96%-
XYZ2.161.172.5-
YUV25.87138.23149.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 52.34%
GREEN value IS 7 (3.12% from 255) = 6.54%
BLUE value IS 44 (17.58% from 255) = 41.12%
R=52.34%
G=6.54%
B=41.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5674400.880.210.78314.6977.7812.35
Hex3872C058154E13b4ec
Octal7075401302511647311614
Binary1110001111011000101100010101100111010011101110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38072C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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