Html Css Color HEX #301643 Blackcurrant

📋 copy color: '#301643'

red 48 ◦ green 22 ◦ blue 67

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

Shades of Blackcurrant #301643

Tints of Blackcurrant #301643

RGB

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

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

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

R = 35.04%
G = 16.06%
B = 48.91%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#301643 (or 0x301643) is known color: Blackcurrant. HEX triplet: 30, 16 and 43. RGB value is (48,22,67). Sum of RGB (Red+Green+Blue) = 48+22+67=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 22 (8.98% from 255 or 16.06% from 137); Blue value is 67 (26.56% from 255 or 48.91% from 137); Max value from RGB is 67 - color contains mainly: blue. Hex color #301643 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301643 is #CFE9BC. Grayscale: #222222. Windows color (decimal): -13625789 or 4396592. OLE color: 4396592.

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

Color convert

RGB 48 22 67 -
CMYK 0.28 0.67 0 0.74
HSL 274.67º 0.51% 0.17% -
HSV(B) 274.67º 0.67% 0.26% -
XYZ 2.52 1.61 5.49 -
YUV 34.9 146.11 137.34 -
System Red Green Blue C M Y K H S L
Decimal 48 22 67 0.28 0.67 0 0.74 274.67 0.51 0.17
Hex 30 16 43 1C 43 0 4A 113 33 11
Octal 60 26 103 34 103 0 112 423 63 21
Binary 110000 10110 1000011 11100 1000011 0 1001010 100010011 110011 10001

Color Harmonies of #301643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301643

Black with #301643

Text Example


Text Example

White with #301643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301643; }

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

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

background-color css

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

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

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

border-color css

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

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

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