#38041F

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

Shades of Blackberry #38041F

Tints of Blackberry #38041F

Color information

#38041F (or 0x38041F) is unknown color: approx Blackberry. HEX triplet: 38, 04 and 1F. RGB value is (56,4,31). Sum of RGB (Red+Green+Blue) = 56+4+31=91 (12% of max value = 765). Red value is 56 (22.27% from 255 or 61.54% from 91); Green value is 4 (1.95% from 255 or 4.40% from 91); Blue value is 31 (12.5% from 255 or 34.07% from 91); Max value from RGB is 56 - color contains mainly: red. Hex color #38041F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38041F is #C7FBE0. Grayscale: #161616. Windows color (decimal): -13106145 or 2032696. OLE color: 2032696.

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

Color convert

RGB56431-
CMYK00.930.450.78
HSL328.85º86.67%11.76%-
HSV(B)328.85º92.86%21.96%-
XYZ1.921.031.39-
YUV22.63132.73151.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 61.54%
GREEN value IS 4 (1.95% from 255) = 4.40%
BLUE value IS 31 (12.5% from 255) = 34.07%
R=61.54%
G=4.40%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5643100.930.450.78328.8586.6711.76
Hex3841F05D2D4E14957c
Octal7043701355511651112714
Binary1110001001111101011101101101100111010100100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38041F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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