Html Css Color HEX #301048 Blackcurrant

📋 copy color: '#301048'

red 48 ◦ green 16 ◦ blue 72

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

Shades of Blackcurrant #301048

Tints of Blackcurrant #301048

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.76%

 BLUE value IS 72 (28.52% from 255) = 52.94%

R = 35.29%
G = 11.76%
B = 52.94%

CMYK

 C value IS 0.33

 M value IS 0.78

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#301048 (or 0x301048) is known color: Blackcurrant. HEX triplet: 30, 10 and 48. RGB value is (48,16,72). Sum of RGB (Red+Green+Blue) = 48+16+72=136 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.29% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 72 (28.52% from 255 or 52.94% from 136); Max value from RGB is 72 - color contains mainly: blue. Hex color #301048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301048 is #CFEFB7. Grayscale: #1F1F1F. Windows color (decimal): -13627320 or 4722736. OLE color: 4722736.

HSL color Cylindrical-coordinate representation of color #301048: hue angle of 274.29º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #301048 is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 48 16 72 -
CMYK 0.33 0.78 0 0.72
HSL 274.29º 0.64% 0.17% -
HSV(B) 274.29º 0.78% 0.28% -
XYZ 2.57 1.47 6.28 -
YUV 31.95 150.6 139.45 -
System Red Green Blue C M Y K H S L
Decimal 48 16 72 0.33 0.78 0 0.72 274.29 0.64 0.17
Hex 30 10 48 21 4E 0 48 112 40 11
Octal 60 20 110 41 116 0 110 422 100 21
Binary 110000 10000 1001000 100001 1001110 0 1001000 100010010 1000000 10001

Color Harmonies of #301048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301048

Black with #301048

Text Example


Text Example

White with #301048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301048; }

 p { color: rgb(48,16,72); }

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

background-color css

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

 a { background-color: rgb(48,16,72); }

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

border-color css

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

 span { border-color: rgb(48,16,72); }

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