#38072E

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

Shades of Blackberry #38072E

Tints of Blackberry #38072E

Color information

#38072E (or 0x38072E) is unknown color: approx Blackberry. HEX triplet: 38, 07 and 2E. RGB value is (56,7,46). Sum of RGB (Red+Green+Blue) = 56+7+46=109 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.38% from 109); Green value is 7 (3.12% from 255 or 6.42% from 109); Blue value is 46 (18.36% from 255 or 42.20% from 109); Max value from RGB is 56 - color contains mainly: red. Hex color #38072E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38072E is #C7F8D1. Grayscale: #191919. Windows color (decimal): -13105362 or 3016504. OLE color: 3016504.

HSL color Cylindrical-coordinate representation of color #38072E: hue angle of 312.24º 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 #38072E is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB56746-
CMYK00.880.180.78
HSL312.24º77.78%12.35%-
HSV(B)312.24º87.5%21.96%-
XYZ2.21.192.7-
YUV26.1139.23149.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 51.38%
GREEN value IS 7 (3.12% from 255) = 6.42%
BLUE value IS 46 (18.36% from 255) = 42.20%
R=51.38%
G=6.42%
B=42.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5674600.880.180.78312.2477.7812.35
Hex3872E058124E1384ec
Octal7075601302211647011614
Binary1110001111011100101100010010100111010011100010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38072E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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