Html Css Color HEX #331A3D Blackcurrant

📋 copy color: '#331A3D'

red 51 ◦ green 26 ◦ blue 61

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

Shades of Blackcurrant #331A3D

Tints of Blackcurrant #331A3D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 18.84%

 BLUE value IS 61 (24.22% from 255) = 44.2%

R = 36.96%
G = 18.84%
B = 44.2%

CMYK

 C value IS 0.16

 M value IS 0.57

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#331A3D (or 0x331A3D) is known color: Blackcurrant. HEX triplet: 33, 1A and 3D. RGB value is (51,26,61). Sum of RGB (Red+Green+Blue) = 51+26+61=138 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.96% from 138); Green value is 26 (10.55% from 255 or 18.84% from 138); Blue value is 61 (24.22% from 255 or 44.20% from 138); Max value from RGB is 61 - color contains mainly: blue. Hex color #331A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331A3D is #CCE5C2. Grayscale: #252525. Windows color (decimal): -13428163 or 4004403. OLE color: 4004403.

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

Color convert

RGB 51 26 61 -
CMYK 0.16 0.57 0 0.76
HSL 282.86º 0.4% 0.17% -
HSV(B) 282.86º 0.57% 0.24% -
XYZ 2.58 1.78 4.62 -
YUV 37.47 141.28 137.65 -
System Red Green Blue C M Y K H S L
Decimal 51 26 61 0.16 0.57 0 0.76 282.86 0.4 0.17
Hex 33 1A 3D 10 39 0 4C 11B 28 11
Octal 63 32 75 20 71 0 114 433 50 21
Binary 110011 11010 111101 10000 111001 0 1001100 100011011 101000 10001

Color Harmonies of #331A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331A3D

Black with #331A3D

Text Example


Text Example

White with #331A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,26,61); }

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

background-color css

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

 a { background-color: rgb(51,26,61); }

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

border-color css

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

 span { border-color: rgb(51,26,61); }

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