Html Css Color HEX #331A43 Blackcurrant

📋 copy color: '#331A43'

red 51 ◦ green 26 ◦ blue 67

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

Shades of Blackcurrant #331A43

Tints of Blackcurrant #331A43

RGB

 RED value IS 51 (20.31% from 255) = 35.42%

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

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

R = 35.42%
G = 18.06%
B = 46.53%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#331A43 (or 0x331A43) is known color: Blackcurrant. HEX triplet: 33, 1A and 43. RGB value is (51,26,67). Sum of RGB (Red+Green+Blue) = 51+26+67=144 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.42% from 144); Green value is 26 (10.55% from 255 or 18.06% from 144); Blue value is 67 (26.56% from 255 or 46.53% from 144); Max value from RGB is 67 - color contains mainly: blue. Hex color #331A43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331A43 is #CCE5BC. Grayscale: #262626. Windows color (decimal): -13428157 or 4397619. OLE color: 4397619.

HSL color Cylindrical-coordinate representation of color #331A43: hue angle of 276.59º 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 #331A43 is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 51 26 67 -
CMYK 0.24 0.61 0 0.74
HSL 276.59º 0.44% 0.18% -
HSV(B) 276.59º 0.61% 0.26% -
XYZ 2.75 1.85 5.52 -
YUV 38.15 144.28 137.17 -
System Red Green Blue C M Y K H S L
Decimal 51 26 67 0.24 0.61 0 0.74 276.59 0.44 0.18
Hex 33 1A 43 18 3D 0 4A 115 2C 12
Octal 63 32 103 30 75 0 112 425 54 22
Binary 110011 11010 1000011 11000 111101 0 1001010 100010101 101100 10010

Color Harmonies of #331A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331A43

Black with #331A43

Text Example


Text Example

White with #331A43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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