#301E35

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

Shades of Blackcurrant #301E35

Tints of Blackcurrant #301E35

Color information

#301E35 (or 0x301E35) is unknown color: approx Blackcurrant. HEX triplet: 30, 1E and 35. RGB value is (48,30,53). Sum of RGB (Red+Green+Blue) = 48+30+53=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 30 (12.11% from 255 or 22.90% from 131); Blue value is 53 (21.09% from 255 or 40.46% from 131); Max value from RGB is 53 - color contains mainly: blue. Hex color #301E35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301E35 is #CFE1CA. Grayscale: #252525. Windows color (decimal): -13623755 or 3481136. OLE color: 3481136.

HSL color Cylindrical-coordinate representation of color #301E35: hue angle of 286.96º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #301E35 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB483053-
CMYK0.090.4300.79
HSL286.96º27.71%16.27%-
HSV(B)286.96º43.4%20.78%-
XYZ2.331.813.6-
YUV38136.46135.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.64%
GREEN value IS 30 (12.11% from 255) = 22.90%
BLUE value IS 53 (21.09% from 255) = 40.46%
R=36.64%
G=22.90%
B=40.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4830530.090.4300.79286.9627.7116.27
Hex301E3592B04F11f1c10
Octal603665115301174373420
Binary110000111101101011001101011010011111000111111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,30,53); }

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

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

 a { background-color: rgb(48,30,53); }

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

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

 span { border-color: rgb(48,30,53); }

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