Html Css Color HEX #301848 Blackcurrant

📋 copy color: '#301848'

red 48 ◦ green 24 ◦ blue 72

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

Shades of Blackcurrant #301848

Tints of Blackcurrant #301848

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.67%

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

R = 33.33%
G = 16.67%
B = 50%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#301848 (or 0x301848) is known color: Blackcurrant. HEX triplet: 30, 18 and 48. RGB value is (48,24,72). Sum of RGB (Red+Green+Blue) = 48+24+72=144 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.33% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 72 (28.52% from 255 or 50% from 144); Max value from RGB is 72 - color contains mainly: blue. Hex color #301848 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301848 is #CFE7B7. Grayscale: #242424. Windows color (decimal): -13625272 or 4724784. OLE color: 4724784.

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

Color convert

RGB 48 24 72 -
CMYK 0.33 0.67 0 0.72
HSL 270º 0.5% 0.19% -
HSV(B) 270º 0.67% 0.28% -
XYZ 2.72 1.75 6.33 -
YUV 36.65 147.95 136.1 -
System Red Green Blue C M Y K H S L
Decimal 48 24 72 0.33 0.67 0 0.72 270 0.5 0.19
Hex 30 18 48 21 43 0 48 10E 32 13
Octal 60 30 110 41 103 0 110 416 62 23
Binary 110000 11000 1001000 100001 1000011 0 1001000 100001110 110010 10011

Color Harmonies of #301848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301848

Black with #301848

Text Example


Text Example

White with #301848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301848; }

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

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

background-color css

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

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

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

border-color css

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

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

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