#38081F

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

Shades of Blackberry #38081F

Tints of Blackberry #38081F

Color information

#38081F (or 0x38081F) is unknown color: approx Blackberry. HEX triplet: 38, 08 and 1F. RGB value is (56,8,31). Sum of RGB (Red+Green+Blue) = 56+8+31=95 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.95% from 95); Green value is 8 (3.52% from 255 or 8.42% from 95); Blue value is 31 (12.5% from 255 or 32.63% from 95); Max value from RGB is 56 - color contains mainly: red. Hex color #38081F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38081F is #C7F7E0. Grayscale: #181818. Windows color (decimal): -13105121 or 2033720. OLE color: 2033720.

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

Color convert

RGB56831-
CMYK00.860.450.78
HSL331.25º75%12.55%-
HSV(B)331.25º85.71%21.96%-
XYZ1.971.111.41-
YUV24.97131.4150.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 58.95%
GREEN value IS 8 (3.52% from 255) = 8.42%
BLUE value IS 31 (12.5% from 255) = 32.63%
R=58.95%
G=8.42%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5683100.860.450.78331.257512.55
Hex3881F0562D4E14b4bd
Octal70103701265511651311315
Binary11100010001111101010110101101100111010100101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38081F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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