#301F3D

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

Shades of Blackcurrant #301F3D

Tints of Blackcurrant #301F3D

Color information

#301F3D (or 0x301F3D) is unknown color: approx Blackcurrant. HEX triplet: 30, 1F and 3D. RGB value is (48,31,61). Sum of RGB (Red+Green+Blue) = 48+31+61=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 31 (12.5% from 255 or 22.14% from 140); Blue value is 61 (24.22% from 255 or 43.57% from 140); Max value from RGB is 61 - color contains mainly: blue. Hex color #301F3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301F3D is #CFE0C2. Grayscale: #272727. Windows color (decimal): -13623491 or 4005680. OLE color: 4005680.

HSL color Cylindrical-coordinate representation of color #301F3D: hue angle of 274º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #301F3D is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB483161-
CMYK0.210.4900.76
HSL274º32.61%18.04%-
HSV(B)274º49.18%23.92%-
XYZ2.551.954.66-
YUV39.5140.13134.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.29%
GREEN value IS 31 (12.5% from 255) = 22.14%
BLUE value IS 61 (24.22% from 255) = 43.57%
R=34.29%
G=22.14%
B=43.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4831610.210.4900.7627432.6118.04
Hex301F3D153104C1122112
Octal603775256101144224122
Binary11000011111111101101011100010100110010001001010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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