Html Css Color HEX #301A43 Blackcurrant

📋 copy color: '#301A43'

red 48 ◦ green 26 ◦ blue 67

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

Shades of Blackcurrant #301A43

Tints of Blackcurrant #301A43

RGB

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

 GREEN value IS 26 (10.55% from 255) = 18.44%

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

R = 34.04%
G = 18.44%
B = 47.52%

CMYK

 C value IS 0.28

 M value IS 0.61

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#301A43 (or 0x301A43) is known color: Blackcurrant. HEX triplet: 30, 1A and 43. RGB value is (48,26,67). Sum of RGB (Red+Green+Blue) = 48+26+67=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 26 (10.55% from 255 or 18.44% from 141); Blue value is 67 (26.56% from 255 or 47.52% from 141); Max value from RGB is 67 - color contains mainly: blue. Hex color #301A43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301A43 is #CFE5BC. Grayscale: #252525. Windows color (decimal): -13624765 or 4397616. OLE color: 4397616.

HSL color Cylindrical-coordinate representation of color #301A43: hue angle of 272.2º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #301A43 is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 48 26 67 -
CMYK 0.28 0.61 0 0.74
HSL 272.2º 0.44% 0.18% -
HSV(B) 272.2º 0.61% 0.26% -
XYZ 2.6 1.77 5.52 -
YUV 37.25 144.79 135.67 -
System Red Green Blue C M Y K H S L
Decimal 48 26 67 0.28 0.61 0 0.74 272.2 0.44 0.18
Hex 30 1A 43 1C 3D 0 4A 110 2C 12
Octal 60 32 103 34 75 0 112 420 54 22
Binary 110000 11010 1000011 11100 111101 0 1001010 100010000 101100 10010

Color Harmonies of #301A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301A43

Black with #301A43

Text Example


Text Example

White with #301A43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301A43; }

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

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

background-color css

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

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

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

border-color css

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

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

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