Html Css Color HEX #331D43 Blackcurrant

📋 copy color: '#331D43'

red 51 ◦ green 29 ◦ blue 67

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

Shades of Blackcurrant #331D43

Tints of Blackcurrant #331D43

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.73%

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

R = 34.69%
G = 19.73%
B = 45.58%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#331D43 (or 0x331D43) is known color: Blackcurrant. HEX triplet: 33, 1D and 43. RGB value is (51,29,67). Sum of RGB (Red+Green+Blue) = 51+29+67=147 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.69% from 147); Green value is 29 (11.72% from 255 or 19.73% from 147); Blue value is 67 (26.56% from 255 or 45.58% from 147); Max value from RGB is 67 - color contains mainly: blue. Hex color #331D43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331D43 is #CCE2BC. Grayscale: #272727. Windows color (decimal): -13427389 or 4398387. OLE color: 4398387.

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

Color convert

RGB 51 29 67 -
CMYK 0.24 0.57 0 0.74
HSL 274.74º 0.4% 0.19% -
HSV(B) 274.74º 0.57% 0.26% -
XYZ 2.82 1.99 5.55 -
YUV 39.91 143.29 135.91 -
System Red Green Blue C M Y K H S L
Decimal 51 29 67 0.24 0.57 0 0.74 274.74 0.4 0.19
Hex 33 1D 43 18 39 0 4A 113 28 13
Octal 63 35 103 30 71 0 112 423 50 23
Binary 110011 11101 1000011 11000 111001 0 1001010 100010011 101000 10011

Color Harmonies of #331D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331D43

Black with #331D43

Text Example


Text Example

White with #331D43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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