Html Css Color HEX #301448 Blackcurrant

📋 copy color: '#301448'

red 48 ◦ green 20 ◦ blue 72

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

Shades of Blackcurrant #301448

Tints of Blackcurrant #301448

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.29%

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

R = 34.29%
G = 14.29%
B = 51.43%

CMYK

 C value IS 0.33

 M value IS 0.72

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#301448 (or 0x301448) is known color: Blackcurrant. HEX triplet: 30, 14 and 48. RGB value is (48,20,72). Sum of RGB (Red+Green+Blue) = 48+20+72=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 20 (8.20% from 255 or 14.29% from 140); Blue value is 72 (28.52% from 255 or 51.43% from 140); Max value from RGB is 72 - color contains mainly: blue. Hex color #301448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301448 is #CFEBB7. Grayscale: #222222. Windows color (decimal): -13626296 or 4723760. OLE color: 4723760.

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

Color convert

RGB 48 20 72 -
CMYK 0.33 0.72 0 0.72
HSL 272.31º 0.57% 0.18% -
HSV(B) 272.31º 0.72% 0.28% -
XYZ 2.64 1.6 6.3 -
YUV 34.3 149.28 137.77 -
System Red Green Blue C M Y K H S L
Decimal 48 20 72 0.33 0.72 0 0.72 272.31 0.57 0.18
Hex 30 14 48 21 48 0 48 110 39 12
Octal 60 24 110 41 110 0 110 420 71 22
Binary 110000 10100 1001000 100001 1001000 0 1001000 100010000 111001 10010

Color Harmonies of #301448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301448

Black with #301448

Text Example


Text Example

White with #301448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301448; }

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

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

background-color css

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

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

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

border-color css

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

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

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