#301F42

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

Shades of Blackcurrant #301F42

Tints of Blackcurrant #301F42

Color information

#301F42 (or 0x301F42) is unknown color: approx Blackcurrant. HEX triplet: 30, 1F and 42. RGB value is (48,31,66). Sum of RGB (Red+Green+Blue) = 48+31+66=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 31 (12.5% from 255 or 21.38% from 145); Blue value is 66 (26.17% from 255 or 45.52% from 145); Max value from RGB is 66 - color contains mainly: blue. Hex color #301F42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301F42 is #CFE0BD. Grayscale: #272727. Windows color (decimal): -13623486 or 4333360. OLE color: 4333360.

HSL color Cylindrical-coordinate representation of color #301F42: hue angle of 269.14º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #301F42 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB483166-
CMYK0.270.5300.74
HSL269.14º36.08%19.02%-
HSV(B)269.14º53.03%25.88%-
XYZ2.6925.4-
YUV40.07142.63133.65-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.10%
GREEN value IS 31 (12.5% from 255) = 21.38%
BLUE value IS 66 (26.17% from 255) = 45.52%
R=33.10%
G=21.38%
B=45.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4831660.270.5300.74269.1436.0819.02
Hex301F421B3504A10d2413
Octal6037102336501124154423
Binary110000111111000010110111101010100101010000110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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