#38071C

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

Shades of Blackberry #38071C

Tints of Blackberry #38071C

Color information

#38071C (or 0x38071C) is unknown color: approx Blackberry. HEX triplet: 38, 07 and 1C. RGB value is (56,7,28). Sum of RGB (Red+Green+Blue) = 56+7+28=91 (12% of max value = 765). Red value is 56 (22.27% from 255 or 61.54% from 91); Green value is 7 (3.12% from 255 or 7.69% from 91); Blue value is 28 (11.33% from 255 or 30.77% from 91); Max value from RGB is 56 - color contains mainly: red. Hex color #38071C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38071C is #C7F8E3. Grayscale: #181818. Windows color (decimal): -13105380 or 1836856. OLE color: 1836856.

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

Color convert

RGB56728-
CMYK00.880.500.78
HSL334.29º77.78%12.35%-
HSV(B)334.29º87.5%21.96%-
XYZ1.921.081.21-
YUV24.04130.23150.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 61.54%
GREEN value IS 7 (3.12% from 255) = 7.69%
BLUE value IS 28 (11.33% from 255) = 30.77%
R=61.54%
G=7.69%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.50
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5672800.880.500.78334.2977.7812.35
Hex3871C058324E14e4ec
Octal7073401306211651611614
Binary1110001111110001011000110010100111010100111010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38071C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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