Html Css Color HEX #351748 Blackcurrant

📋 copy color: '#351748'

red 53 ◦ green 23 ◦ blue 72

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

Shades of Blackcurrant #351748

Tints of Blackcurrant #351748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 48.65%

R = 35.81%
G = 15.54%
B = 48.65%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#351748 (or 0x351748) is known color: Blackcurrant. HEX triplet: 35, 17 and 48. RGB value is (53,23,72). Sum of RGB (Red+Green+Blue) = 53+23+72=148 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.81% from 148); Green value is 23 (9.38% from 255 or 15.54% from 148); Blue value is 72 (28.52% from 255 or 48.65% from 148); Max value from RGB is 72 - color contains mainly: blue. Hex color #351748 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351748 is #CAE8B7. Grayscale: #252525. Windows color (decimal): -13297848 or 4724533. OLE color: 4724533.

HSL color Cylindrical-coordinate representation of color #351748: hue angle of 276.73º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #351748 is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 23 72 -
CMYK 0.26 0.68 0 0.72
HSL 276.73º 0.52% 0.19% -
HSV(B) 276.73º 0.68% 0.28% -
XYZ 2.94 1.84 6.33 -
YUV 37.56 147.44 139.02 -
System Red Green Blue C M Y K H S L
Decimal 53 23 72 0.26 0.68 0 0.72 276.73 0.52 0.19
Hex 35 17 48 1A 44 0 48 115 34 13
Octal 65 27 110 32 104 0 110 425 64 23
Binary 110101 10111 1001000 11010 1000100 0 1001000 100010101 110100 10011

Color Harmonies of #351748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351748

Black with #351748

Text Example


Text Example

White with #351748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351748; }

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

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

background-color css

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

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

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

border-color css

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

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

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