Html Css Color HEX #301C37 Blackcurrant

📋 copy color: '#301C37'

red 48 ◦ green 28 ◦ blue 55

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

Shades of Blackcurrant #301C37

Tints of Blackcurrant #301C37

RGB

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

 GREEN value IS 28 (11.33% from 255) = 21.37%

 BLUE value IS 55 (21.88% from 255) = 41.98%

R = 36.64%
G = 21.37%
B = 41.98%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#301C37 (or 0x301C37) is known color: Blackcurrant. HEX triplet: 30, 1C and 37. RGB value is (48,28,55). Sum of RGB (Red+Green+Blue) = 48+28+55=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 28 (11.33% from 255 or 21.37% from 131); Blue value is 55 (21.88% from 255 or 41.98% from 131); Max value from RGB is 55 - color contains mainly: blue. Hex color #301C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301C37 is #CFE3C8. Grayscale: #242424. Windows color (decimal): -13624265 or 3611696. OLE color: 3611696.

HSL color Cylindrical-coordinate representation of color #301C37: hue angle of 284.44º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #301C37 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 48 28 55 -
CMYK 0.13 0.49 0 0.78
HSL 284.44º 0.33% 0.16% -
HSV(B) 284.44º 0.49% 0.22% -
XYZ 2.32 1.73 3.83 -
YUV 37.06 138.13 135.8 -
System Red Green Blue C M Y K H S L
Decimal 48 28 55 0.13 0.49 0 0.78 284.44 0.33 0.16
Hex 30 1C 37 D 31 0 4E 11C 21 10
Octal 60 34 67 15 61 0 116 434 41 20
Binary 110000 11100 110111 1101 110001 0 1001110 100011100 100001 10000

Color Harmonies of #301C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301C37

Black with #301C37

Text Example


Text Example

White with #301C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,28,55); }

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

background-color css

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

 a { background-color: rgb(48,28,55); }

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

border-color css

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

 span { border-color: rgb(48,28,55); }

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