Html Css Color HEX #300448 Blackcurrant

📋 copy color: '#300448'

red 48 ◦ green 4 ◦ blue 72

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

Shades of Blackcurrant #300448

Tints of Blackcurrant #300448

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.23%

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

R = 38.71%
G = 3.23%
B = 58.06%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#300448 (or 0x300448) is known color: Blackcurrant. HEX triplet: 30, 04 and 48. RGB value is (48,4,72). Sum of RGB (Red+Green+Blue) = 48+4+72=124 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.71% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 72 (28.52% from 255 or 58.06% from 124); Max value from RGB is 72 - color contains mainly: blue. Hex color #300448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300448 is #CFFBB7. Grayscale: #181818. Windows color (decimal): -13630392 or 4719664. OLE color: 4719664.

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

Color convert

RGB 48 4 72 -
CMYK 0.33 0.94 0 0.72
HSL 278.82º 0.89% 0.15% -
HSV(B) 278.82º 0.94% 0.28% -
XYZ 2.43 1.18 6.23 -
YUV 24.91 154.58 144.47 -
System Red Green Blue C M Y K H S L
Decimal 48 4 72 0.33 0.94 0 0.72 278.82 0.89 0.15
Hex 30 4 48 21 5E 0 48 117 59 F
Octal 60 4 110 41 136 0 110 427 131 17
Binary 110000 100 1001000 100001 1011110 0 1001000 100010111 1011001 1111

Color Harmonies of #300448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300448

Black with #300448

Text Example


Text Example

White with #300448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300448; }

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

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

background-color css

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

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

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

border-color css

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

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

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