Html Css Color HEX #301648 Blackcurrant

📋 copy color: '#301648'

red 48 ◦ green 22 ◦ blue 72

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

Shades of Blackcurrant #301648

Tints of Blackcurrant #301648

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.49%

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

R = 33.8%
G = 15.49%
B = 50.7%

CMYK

 C value IS 0.33

 M value IS 0.69

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#301648 (or 0x301648) is known color: Blackcurrant. HEX triplet: 30, 16 and 48. RGB value is (48,22,72). Sum of RGB (Red+Green+Blue) = 48+22+72=142 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.80% from 142); Green value is 22 (8.98% from 255 or 15.49% from 142); Blue value is 72 (28.52% from 255 or 50.70% from 142); Max value from RGB is 72 - color contains mainly: blue. Hex color #301648 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301648 is #CFE9B7. Grayscale: #232323. Windows color (decimal): -13625784 or 4724272. OLE color: 4724272.

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

Color convert

RGB 48 22 72 -
CMYK 0.33 0.69 0 0.72
HSL 271.2º 0.53% 0.18% -
HSV(B) 271.2º 0.69% 0.28% -
XYZ 2.68 1.67 6.31 -
YUV 35.47 148.61 136.93 -
System Red Green Blue C M Y K H S L
Decimal 48 22 72 0.33 0.69 0 0.72 271.2 0.53 0.18
Hex 30 16 48 21 45 0 48 10F 35 12
Octal 60 26 110 41 105 0 110 417 65 22
Binary 110000 10110 1001000 100001 1000101 0 1001000 100001111 110101 10010

Color Harmonies of #301648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301648

Black with #301648

Text Example


Text Example

White with #301648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301648; }

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

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

background-color css

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

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

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

border-color css

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

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

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