Html Css Color HEX #301740 Blackcurrant

📋 copy color: '#301740'

red 48 ◦ green 23 ◦ blue 64

#301740
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #301740

Tints of Blackcurrant #301740

RGB

 RED value IS 48 (19.14% from 255) = 35.56%

 GREEN value IS 23 (9.38% from 255) = 17.04%

 BLUE value IS 64 (25.39% from 255) = 47.41%

R = 35.56%
G = 17.04%
B = 47.41%

CMYK

 C value IS 0.25

 M value IS 0.64

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#301740 (or 0x301740) is known color: Blackcurrant. HEX triplet: 30, 17 and 40. RGB value is (48,23,64). Sum of RGB (Red+Green+Blue) = 48+23+64=135 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.56% from 135); Green value is 23 (9.38% from 255 or 17.04% from 135); Blue value is 64 (25.39% from 255 or 47.41% from 135); Max value from RGB is 64 - color contains mainly: blue. Hex color #301740 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301740 is #CFE8BF. Grayscale: #232323. Windows color (decimal): -13625536 or 4200240. OLE color: 4200240.

HSL color Cylindrical-coordinate representation of color #301740: hue angle of 276.59º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #301740 is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 48 23 64 -
CMYK 0.25 0.64 0 0.75
HSL 276.59º 0.47% 0.17% -
HSV(B) 276.59º 0.64% 0.25% -
XYZ 2.45 1.61 5.03 -
YUV 35.15 144.28 137.17 -
System Red Green Blue C M Y K H S L
Decimal 48 23 64 0.25 0.64 0 0.75 276.59 0.47 0.17
Hex 30 17 40 19 40 0 4B 115 2F 11
Octal 60 27 100 31 100 0 113 425 57 21
Binary 110000 10111 1000000 11001 1000000 0 1001011 100010101 101111 10001

Color Harmonies of #301740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301740

Black with #301740

Text Example


Text Example

White with #301740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301740; }

 p { color: rgb(48,23,64); }

 H1.HeaderClassName
 {
   color: #301740;
 }
 .AnyTagClassName
 {
   color: #301740;
 }
</style>

background-color css

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

 a { background-color: rgb(48,23,64); }

 div.DivClassName
 {
   background-color: #301740;
 }
 .BgClassName
 {
   background-color: #301740;
 }
</style>

border-color css

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

 span { border-color: rgb(48,23,64); }

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