Html Css Color HEX #331E43 Blackcurrant

📋 copy color: '#331E43'

red 51 ◦ green 30 ◦ blue 67

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

Shades of Blackcurrant #331E43

Tints of Blackcurrant #331E43

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.27%

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

R = 34.46%
G = 20.27%
B = 45.27%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#331E43 (or 0x331E43) is known color: Blackcurrant. HEX triplet: 33, 1E and 43. RGB value is (51,30,67). Sum of RGB (Red+Green+Blue) = 51+30+67=148 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.46% from 148); Green value is 30 (12.11% from 255 or 20.27% from 148); Blue value is 67 (26.56% from 255 or 45.27% from 148); Max value from RGB is 67 - color contains mainly: blue. Hex color #331E43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331E43 is #CCE1BC. Grayscale: #282828. Windows color (decimal): -13427133 or 4398643. OLE color: 4398643.

HSL color Cylindrical-coordinate representation of color #331E43: hue angle of 274.05º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #331E43 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 51 30 67 -
CMYK 0.24 0.55 0 0.74
HSL 274.05º 0.38% 0.19% -
HSV(B) 274.05º 0.55% 0.26% -
XYZ 2.84 2.04 5.55 -
YUV 40.5 142.96 135.49 -
System Red Green Blue C M Y K H S L
Decimal 51 30 67 0.24 0.55 0 0.74 274.05 0.38 0.19
Hex 33 1E 43 18 37 0 4A 112 26 13
Octal 63 36 103 30 67 0 112 422 46 23
Binary 110011 11110 1000011 11000 110111 0 1001010 100010010 100110 10011

Color Harmonies of #331E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331E43

Black with #331E43

Text Example


Text Example

White with #331E43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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