Html Css Color HEX #331B3F Blackcurrant

📋 copy color: '#331B3F'

red 51 ◦ green 27 ◦ blue 63

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

Shades of Blackcurrant #331B3F

Tints of Blackcurrant #331B3F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 19.15%

 BLUE value IS 63 (25% from 255) = 44.68%

R = 36.17%
G = 19.15%
B = 44.68%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#331B3F (or 0x331B3F) is known color: Blackcurrant. HEX triplet: 33, 1B and 3F. RGB value is (51,27,63). Sum of RGB (Red+Green+Blue) = 51+27+63=141 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.17% from 141); Green value is 27 (10.94% from 255 or 19.15% from 141); Blue value is 63 (25% from 255 or 44.68% from 141); Max value from RGB is 63 - color contains mainly: blue. Hex color #331B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331B3F is #CCE4C0. Grayscale: #262626. Windows color (decimal): -13427905 or 4135731. OLE color: 4135731.

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

Color convert

RGB 51 27 63 -
CMYK 0.19 0.57 0 0.75
HSL 280º 0.4% 0.18% -
HSV(B) 280º 0.57% 0.25% -
XYZ 2.65 1.85 4.92 -
YUV 38.28 141.95 137.07 -
System Red Green Blue C M Y K H S L
Decimal 51 27 63 0.19 0.57 0 0.75 280 0.4 0.18
Hex 33 1B 3F 13 39 0 4B 118 28 12
Octal 63 33 77 23 71 0 113 430 50 22
Binary 110011 11011 111111 10011 111001 0 1001011 100011000 101000 10010

Color Harmonies of #331B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331B3F

Black with #331B3F

Text Example


Text Example

White with #331B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,27,63); }

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

background-color css

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

 a { background-color: rgb(51,27,63); }

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

border-color css

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

 span { border-color: rgb(51,27,63); }

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