Html Css Color HEX #301C38 Blackcurrant

📋 copy color: '#301C38'

red 48 ◦ green 28 ◦ blue 56

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

Shades of Blackcurrant #301C38

Tints of Blackcurrant #301C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 42.42%

R = 36.36%
G = 21.21%
B = 42.42%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#301C38 (or 0x301C38) is known color: Blackcurrant. HEX triplet: 30, 1C and 38. RGB value is (48,28,56). Sum of RGB (Red+Green+Blue) = 48+28+56=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 28 (11.33% from 255 or 21.21% from 132); Blue value is 56 (22.27% from 255 or 42.42% from 132); Max value from RGB is 56 - color contains mainly: blue. Hex color #301C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301C38 is #CFE3C7. Grayscale: #252525. Windows color (decimal): -13624264 or 3677232. OLE color: 3677232.

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

Color convert

RGB 48 28 56 -
CMYK 0.14 0.50 0 0.78
HSL 282.86º 0.33% 0.16% -
HSV(B) 282.86º 0.5% 0.22% -
XYZ 2.35 1.74 3.95 -
YUV 37.17 138.63 135.72 -
System Red Green Blue C M Y K H S L
Decimal 48 28 56 0.14 0.50 0 0.78 282.86 0.33 0.16
Hex 30 1C 38 E 32 0 4E 11B 21 10
Octal 60 34 70 16 62 0 116 433 41 20
Binary 110000 11100 111000 1110 110010 0 1001110 100011011 100001 10000

Color Harmonies of #301C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301C38

Black with #301C38

Text Example


Text Example

White with #301C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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