Html Css Color HEX #351745 Blackcurrant

📋 copy color: '#351745'

red 53 ◦ green 23 ◦ blue 69

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

Shades of Blackcurrant #351745

Tints of Blackcurrant #351745

RGB

 RED value IS 53 (21.09% from 255) = 36.55%

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

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

R = 36.55%
G = 15.86%
B = 47.59%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#351745 (or 0x351745) is known color: Blackcurrant. HEX triplet: 35, 17 and 45. RGB value is (53,23,69). Sum of RGB (Red+Green+Blue) = 53+23+69=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 23 (9.38% from 255 or 15.86% from 145); Blue value is 69 (27.34% from 255 or 47.59% from 145); Max value from RGB is 69 - color contains mainly: blue. Hex color #351745 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351745 is #CAE8BA. Grayscale: #252525. Windows color (decimal): -13297851 or 4527925. OLE color: 4527925.

HSL color Cylindrical-coordinate representation of color #351745: hue angle of 279.13º 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 #351745 is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 53 23 69 -
CMYK 0.23 0.67 0 0.73
HSL 279.13º 0.5% 0.18% -
HSV(B) 279.13º 0.67% 0.27% -
XYZ 2.85 1.8 5.83 -
YUV 37.21 145.94 139.26 -
System Red Green Blue C M Y K H S L
Decimal 53 23 69 0.23 0.67 0 0.73 279.13 0.5 0.18
Hex 35 17 45 17 43 0 49 117 32 12
Octal 65 27 105 27 103 0 111 427 62 22
Binary 110101 10111 1000101 10111 1000011 0 1001001 100010111 110010 10010

Color Harmonies of #351745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351745

Black with #351745

Text Example


Text Example

White with #351745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351745; }

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

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

background-color css

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

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

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

border-color css

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

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

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