#301F38

Color #301F38 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #301F38

Tints of Blackcurrant #301F38

Color information

#301F38 (or 0x301F38) is unknown color: approx Blackcurrant. HEX triplet: 30, 1F and 38. RGB value is (48,31,56). Sum of RGB (Red+Green+Blue) = 48+31+56=135 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.56% from 135); Green value is 31 (12.5% from 255 or 22.96% from 135); Blue value is 56 (22.27% from 255 or 41.48% from 135); Max value from RGB is 56 - color contains mainly: blue. Hex color #301F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301F38 is #CFE0C7. Grayscale: #262626. Windows color (decimal): -13623496 or 3678000. OLE color: 3678000.

HSL color Cylindrical-coordinate representation of color #301F38: hue angle of 280.8º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #301F38 is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB483156-
CMYK0.140.4500.78
HSL280.8º28.74%17.06%-
HSV(B)280.8º44.64%21.96%-
XYZ2.421.893.98-
YUV38.93137.63134.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.56%
GREEN value IS 31 (12.5% from 255) = 22.96%
BLUE value IS 56 (22.27% from 255) = 41.48%
R=35.56%
G=22.96%
B=41.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4831560.140.4500.78280.828.7417.06
Hex301F38E2D04E1191d11
Octal603770165501164313521
Binary110000111111110001110101101010011101000110011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301F38; }

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

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

<style>
 a { background-color: #301F38; }

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

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

<style>
 span { border-color: #301F38; }

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

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