Html Css Color HEX #301748 Blackcurrant

📋 copy color: '#301748'

red 48 ◦ green 23 ◦ blue 72

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

Shades of Blackcurrant #301748

Tints of Blackcurrant #301748

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.08%

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

R = 33.57%
G = 16.08%
B = 50.35%

CMYK

 C value IS 0.33

 M value IS 0.68

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#301748 (or 0x301748) is known color: Blackcurrant. HEX triplet: 30, 17 and 48. RGB value is (48,23,72). Sum of RGB (Red+Green+Blue) = 48+23+72=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 72 (28.52% from 255 or 50.35% from 143); Max value from RGB is 72 - color contains mainly: blue. Hex color #301748 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301748 is #CFE8B7. Grayscale: #232323. Windows color (decimal): -13625528 or 4724528. OLE color: 4724528.

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

Color convert

RGB 48 23 72 -
CMYK 0.33 0.68 0 0.72
HSL 270.61º 0.52% 0.19% -
HSV(B) 270.61º 0.68% 0.28% -
XYZ 2.7 1.71 6.32 -
YUV 36.06 148.28 136.52 -
System Red Green Blue C M Y K H S L
Decimal 48 23 72 0.33 0.68 0 0.72 270.61 0.52 0.19
Hex 30 17 48 21 44 0 48 10F 34 13
Octal 60 27 110 41 104 0 110 417 64 23
Binary 110000 10111 1001000 100001 1000100 0 1001000 100001111 110100 10011

Color Harmonies of #301748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301748

Black with #301748

Text Example


Text Example

White with #301748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301748; }

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

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

background-color css

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

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

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

border-color css

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

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

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