#38072F

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

Shades of Blackberry #38072F

Tints of Blackberry #38072F

Color information

#38072F (or 0x38072F) is unknown color: approx Blackberry. HEX triplet: 38, 07 and 2F. RGB value is (56,7,47). Sum of RGB (Red+Green+Blue) = 56+7+47=110 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.91% from 110); Green value is 7 (3.12% from 255 or 6.36% from 110); Blue value is 47 (18.75% from 255 or 42.73% from 110); Max value from RGB is 56 - color contains mainly: red. Hex color #38072F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38072F is #C7F8D0. Grayscale: #1A1A1A. Windows color (decimal): -13105361 or 3082040. OLE color: 3082040.

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

Color convert

RGB56747-
CMYK00.880.160.78
HSL311.02º77.78%12.35%-
HSV(B)311.02º87.5%21.96%-
XYZ2.221.22.8-
YUV26.21139.73149.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50.91%
GREEN value IS 7 (3.12% from 255) = 6.36%
BLUE value IS 47 (18.75% from 255) = 42.73%
R=50.91%
G=6.36%
B=42.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5674700.880.160.78311.0277.7812.35
Hex3872F058104E1374ec
Octal7075701302011646711614
Binary1110001111011110101100010000100111010011011110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38072F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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