Html Css Color HEX #301343 Blackcurrant

📋 copy color: '#301343'

red 48 ◦ green 19 ◦ blue 67

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

Shades of Blackcurrant #301343

Tints of Blackcurrant #301343

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.18%

 BLUE value IS 67 (26.56% from 255) = 50%

R = 35.82%
G = 14.18%
B = 50%

CMYK

 C value IS 0.28

 M value IS 0.72

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#301343 (or 0x301343) is known color: Blackcurrant. HEX triplet: 30, 13 and 43. RGB value is (48,19,67). Sum of RGB (Red+Green+Blue) = 48+19+67=134 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.82% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 67 (26.56% from 255 or 50% from 134); Max value from RGB is 67 - color contains mainly: blue. Hex color #301343 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301343 is #CFECBC. Grayscale: #202020. Windows color (decimal): -13626557 or 4395824. OLE color: 4395824.

HSL color Cylindrical-coordinate representation of color #301343: hue angle of 276.25º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #301343 is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 48 19 67 -
CMYK 0.28 0.72 0 0.74
HSL 276.25º 0.56% 0.17% -
HSV(B) 276.25º 0.72% 0.26% -
XYZ 2.46 1.5 5.47 -
YUV 33.14 147.11 138.6 -
System Red Green Blue C M Y K H S L
Decimal 48 19 67 0.28 0.72 0 0.74 276.25 0.56 0.17
Hex 30 13 43 1C 48 0 4A 114 38 11
Octal 60 23 103 34 110 0 112 424 70 21
Binary 110000 10011 1000011 11100 1001000 0 1001010 100010100 111000 10001

Color Harmonies of #301343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301343

Black with #301343

Text Example


Text Example

White with #301343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301343; }

 p { color: rgb(48,19,67); }

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

background-color css

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

 a { background-color: rgb(48,19,67); }

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

border-color css

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

 span { border-color: rgb(48,19,67); }

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