#38061F

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

Shades of Blackberry #38061F

Tints of Blackberry #38061F

Color information

#38061F (or 0x38061F) is unknown color: approx Blackberry. HEX triplet: 38, 06 and 1F. RGB value is (56,6,31). Sum of RGB (Red+Green+Blue) = 56+6+31=93 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.22% from 93); Green value is 6 (2.73% from 255 or 6.45% from 93); Blue value is 31 (12.5% from 255 or 33.33% from 93); Max value from RGB is 56 - color contains mainly: red. Hex color #38061F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38061F is #C7F9E0. Grayscale: #171717. Windows color (decimal): -13105633 or 2033208. OLE color: 2033208.

HSL color Cylindrical-coordinate representation of color #38061F: hue angle of 330º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #38061F is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB56631-
CMYK00.890.450.78
HSL330º80.65%12.16%-
HSV(B)330º89.29%21.96%-
XYZ1.941.071.4-
YUV23.8132.06150.97-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 60.22%
GREEN value IS 6 (2.73% from 255) = 6.45%
BLUE value IS 31 (12.5% from 255) = 33.33%
R=60.22%
G=6.45%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5663100.890.450.7833080.6512.16
Hex3861F0592D4E14a51c
Octal7063701315511651212114
Binary1110001101111101011001101101100111010100101010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38061F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,6,31); }

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

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

 a { background-color: rgb(56,6,31); }

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

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

 span { border-color: rgb(56,6,31); }

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