#301B3D

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

Shades of Blackcurrant #301B3D

Tints of Blackcurrant #301B3D

Color information

#301B3D (or 0x301B3D) is unknown color: approx Blackcurrant. HEX triplet: 30, 1B and 3D. RGB value is (48,27,61). Sum of RGB (Red+Green+Blue) = 48+27+61=136 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.29% from 136); Green value is 27 (10.94% from 255 or 19.85% from 136); Blue value is 61 (24.22% from 255 or 44.85% from 136); Max value from RGB is 61 - color contains mainly: blue. Hex color #301B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301B3D is #CFE4C2. Grayscale: #252525. Windows color (decimal): -13624515 or 4004656. OLE color: 4004656.

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

Color convert

RGB482761-
CMYK0.210.5600.76
HSL277.06º38.64%17.25%-
HSV(B)277.06º55.74%23.92%-
XYZ2.451.754.62-
YUV37.16141.46135.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.29%
GREEN value IS 27 (10.94% from 255) = 19.85%
BLUE value IS 61 (24.22% from 255) = 44.85%
R=35.29%
G=19.85%
B=44.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4827610.210.5600.76277.0638.6417.25
Hex301B3D153804C1152711
Octal603375257001144254721
Binary11000011011111101101011110000100110010001010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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