Html Css Color HEX #301C39 Blackcurrant

📋 copy color: '#301C39'

red 48 ◦ green 28 ◦ blue 57

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

Shades of Blackcurrant #301C39

Tints of Blackcurrant #301C39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 42.86%

R = 36.09%
G = 21.05%
B = 42.86%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#301C39 (or 0x301C39) is known color: Blackcurrant. HEX triplet: 30, 1C and 39. RGB value is (48,28,57). Sum of RGB (Red+Green+Blue) = 48+28+57=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 28 (11.33% from 255 or 21.05% from 133); Blue value is 57 (22.66% from 255 or 42.86% from 133); Max value from RGB is 57 - color contains mainly: blue. Hex color #301C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301C39 is #CFE3C6. Grayscale: #252525. Windows color (decimal): -13624263 or 3742768. OLE color: 3742768.

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

Color convert

RGB 48 28 57 -
CMYK 0.16 0.51 0 0.78
HSL 281.38º 0.34% 0.17% -
HSV(B) 281.38º 0.51% 0.22% -
XYZ 2.37 1.75 4.08 -
YUV 37.29 139.13 135.64 -
System Red Green Blue C M Y K H S L
Decimal 48 28 57 0.16 0.51 0 0.78 281.38 0.34 0.17
Hex 30 1C 39 10 33 0 4E 119 22 11
Octal 60 34 71 20 63 0 116 431 42 21
Binary 110000 11100 111001 10000 110011 0 1001110 100011001 100010 10001

Color Harmonies of #301C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301C39

Black with #301C39

Text Example


Text Example

White with #301C39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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