Html Css Color HEX #331745 Blackcurrant

📋 copy color: '#331745'

red 51 ◦ green 23 ◦ blue 69

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

Shades of Blackcurrant #331745

Tints of Blackcurrant #331745

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.08%

 BLUE value IS 69 (27.34% from 255) = 48.25%

R = 35.66%
G = 16.08%
B = 48.25%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#331745 (or 0x331745) is known color: Blackcurrant. HEX triplet: 33, 17 and 45. RGB value is (51,23,69). Sum of RGB (Red+Green+Blue) = 51+23+69=143 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.66% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 69 (27.34% from 255 or 48.25% from 143); Max value from RGB is 69 - color contains mainly: blue. Hex color #331745 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331745 is #CCE8BA. Grayscale: #242424. Windows color (decimal): -13428923 or 4527923. OLE color: 4527923.

HSL color Cylindrical-coordinate representation of color #331745: hue angle of 276.52º degrees, saturation: 0.5, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #331745 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 51 23 69 -
CMYK 0.26 0.67 0 0.73
HSL 276.52º 0.5% 0.18% -
HSV(B) 276.52º 0.67% 0.27% -
XYZ 2.75 1.75 5.82 -
YUV 36.62 146.28 138.26 -
System Red Green Blue C M Y K H S L
Decimal 51 23 69 0.26 0.67 0 0.73 276.52 0.5 0.18
Hex 33 17 45 1A 43 0 49 115 32 12
Octal 63 27 105 32 103 0 111 425 62 22
Binary 110011 10111 1000101 11010 1000011 0 1001001 100010101 110010 10010

Color Harmonies of #331745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331745

Black with #331745

Text Example


Text Example

White with #331745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331745; }

 p { color: rgb(51,23,69); }

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

background-color css

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

 a { background-color: rgb(51,23,69); }

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

border-color css

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

 span { border-color: rgb(51,23,69); }

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