Html Css Color HEX #331F40 Blackcurrant

📋 copy color: '#331F40'

red 51 ◦ green 31 ◦ blue 64

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

Shades of Blackcurrant #331F40

Tints of Blackcurrant #331F40

RGB

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

 GREEN value IS 31 (12.5% from 255) = 21.23%

 BLUE value IS 64 (25.39% from 255) = 43.84%

R = 34.93%
G = 21.23%
B = 43.84%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#331F40 (or 0x331F40) is known color: Blackcurrant. HEX triplet: 33, 1F and 40. RGB value is (51,31,64). Sum of RGB (Red+Green+Blue) = 51+31+64=146 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.93% from 146); Green value is 31 (12.5% from 255 or 21.23% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 64 - color contains mainly: blue. Hex color #331F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331F40 is #CCE0BF. Grayscale: #282828. Windows color (decimal): -13426880 or 4202291. OLE color: 4202291.

HSL color Cylindrical-coordinate representation of color #331F40: hue angle of 276.36º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #331F40 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 51 31 64 -
CMYK 0.20 0.52 0 0.75
HSL 276.36º 0.35% 0.19% -
HSV(B) 276.36º 0.52% 0.25% -
XYZ 2.78 2.05 5.1 -
YUV 40.74 141.13 135.32 -
System Red Green Blue C M Y K H S L
Decimal 51 31 64 0.20 0.52 0 0.75 276.36 0.35 0.19
Hex 33 1F 40 14 34 0 4B 114 23 13
Octal 63 37 100 24 64 0 113 424 43 23
Binary 110011 11111 1000000 10100 110100 0 1001011 100010100 100011 10011

Color Harmonies of #331F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331F40

Black with #331F40

Text Example


Text Example

White with #331F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,31,64); }

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

background-color css

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

 a { background-color: rgb(51,31,64); }

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

border-color css

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

 span { border-color: rgb(51,31,64); }

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