Html Css Color HEX #301138 Blackcurrant

📋 copy color: '#301138'

red 48 ◦ green 17 ◦ blue 56

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

Shades of Blackcurrant #301138

Tints of Blackcurrant #301138

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.05%

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

R = 39.67%
G = 14.05%
B = 46.28%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#301138 (or 0x301138) is known color: Blackcurrant. HEX triplet: 30, 11 and 38. RGB value is (48,17,56). Sum of RGB (Red+Green+Blue) = 48+17+56=121 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.67% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 56 (22.27% from 255 or 46.28% from 121); Max value from RGB is 56 - color contains mainly: blue. Hex color #301138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301138 is #CFEEC7. Grayscale: #1E1E1E. Windows color (decimal): -13627080 or 3674416. OLE color: 3674416.

HSL color Cylindrical-coordinate representation of color #301138: hue angle of 287.69º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #301138 is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 48 17 56 -
CMYK 0.14 0.70 0 0.78
HSL 287.69º 0.53% 0.14% -
HSV(B) 287.69º 0.7% 0.22% -
XYZ 2.13 1.31 3.88 -
YUV 30.72 142.27 140.33 -
System Red Green Blue C M Y K H S L
Decimal 48 17 56 0.14 0.70 0 0.78 287.69 0.53 0.14
Hex 30 11 38 E 46 0 4E 120 35 E
Octal 60 21 70 16 106 0 116 440 65 16
Binary 110000 10001 111000 1110 1000110 0 1001110 100100000 110101 1110

Color Harmonies of #301138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301138

Black with #301138

Text Example


Text Example

White with #301138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301138; }

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

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

background-color css

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

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

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

border-color css

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

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

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