Html Css Color HEX #331939 Blackcurrant

📋 copy color: '#331939'

red 51 ◦ green 25 ◦ blue 57

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

Shades of Blackcurrant #331939

Tints of Blackcurrant #331939

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.8%

 BLUE value IS 57 (22.66% from 255) = 42.86%

R = 38.35%
G = 18.8%
B = 42.86%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#331939 (or 0x331939) is known color: Blackcurrant. HEX triplet: 33, 19 and 39. RGB value is (51,25,57). Sum of RGB (Red+Green+Blue) = 51+25+57=133 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.35% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 57 (22.66% from 255 or 42.86% from 133); Max value from RGB is 57 - color contains mainly: blue. Hex color #331939 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331939 is #CCE6C6. Grayscale: #242424. Windows color (decimal): -13428423 or 3742003. OLE color: 3742003.

HSL color Cylindrical-coordinate representation of color #331939: hue angle of 288.75º degrees, saturation: 0.39, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #331939 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 51 25 57 -
CMYK 0.11 0.56 0 0.78
HSL 288.75º 0.39% 0.16% -
HSV(B) 288.75º 0.56% 0.22% -
XYZ 2.45 1.69 4.07 -
YUV 36.42 139.61 138.4 -
System Red Green Blue C M Y K H S L
Decimal 51 25 57 0.11 0.56 0 0.78 288.75 0.39 0.16
Hex 33 19 39 B 38 0 4E 121 27 10
Octal 63 31 71 13 70 0 116 441 47 20
Binary 110011 11001 111001 1011 111000 0 1001110 100100001 100111 10000

Color Harmonies of #331939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331939

Black with #331939

Text Example


Text Example

White with #331939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331939; }

 p { color: rgb(51,25,57); }

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

background-color css

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

 a { background-color: rgb(51,25,57); }

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

border-color css

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

 span { border-color: rgb(51,25,57); }

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