Html Css Color HEX #351D48 Blackcurrant

📋 copy color: '#351D48'

red 53 ◦ green 29 ◦ blue 72

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

Shades of Blackcurrant #351D48

Tints of Blackcurrant #351D48

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.83%

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

R = 34.42%
G = 18.83%
B = 46.75%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#351D48 (or 0x351D48) is known color: Blackcurrant. HEX triplet: 35, 1D and 48. RGB value is (53,29,72). Sum of RGB (Red+Green+Blue) = 53+29+72=154 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.42% from 154); Green value is 29 (11.72% from 255 or 18.83% from 154); Blue value is 72 (28.52% from 255 or 46.75% from 154); Max value from RGB is 72 - color contains mainly: blue. Hex color #351D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351D48 is #CAE2B7. Grayscale: #282828. Windows color (decimal): -13296312 or 4726069. OLE color: 4726069.

HSL color Cylindrical-coordinate representation of color #351D48: hue angle of 273.49º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #351D48 is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 29 72 -
CMYK 0.26 0.60 0 0.72
HSL 273.49º 0.43% 0.2% -
HSV(B) 273.49º 0.6% 0.28% -
XYZ 3.08 2.1 6.37 -
YUV 41.08 145.45 136.5 -
System Red Green Blue C M Y K H S L
Decimal 53 29 72 0.26 0.60 0 0.72 273.49 0.43 0.2
Hex 35 1D 48 1A 3C 0 48 111 2B 14
Octal 65 35 110 32 74 0 110 421 53 24
Binary 110101 11101 1001000 11010 111100 0 1001000 100010001 101011 10100

Color Harmonies of #351D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351D48

Black with #351D48

Text Example


Text Example

White with #351D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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