Html Css Color HEX #351A4C Blackcurrant

📋 copy color: '#351A4C'

red 53 ◦ green 26 ◦ blue 76

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

Shades of Blackcurrant #351A4C

Tints of Blackcurrant #351A4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 49.03%

R = 34.19%
G = 16.77%
B = 49.03%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#351A4C (or 0x351A4C) is known color: Blackcurrant. HEX triplet: 35, 1A and 4C. RGB value is (53,26,76). Sum of RGB (Red+Green+Blue) = 53+26+76=155 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.19% from 155); Green value is 26 (10.55% from 255 or 16.77% from 155); Blue value is 76 (30.08% from 255 or 49.03% from 155); Max value from RGB is 76 - color contains mainly: blue. Hex color #351A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351A4C is #CAE5B3. Grayscale: #272727. Windows color (decimal): -13297076 or 4987445. OLE color: 4987445.

HSL color Cylindrical-coordinate representation of color #351A4C: hue angle of 272.4º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #351A4C is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 53 26 76 -
CMYK 0.30 0.66 0 0.70
HSL 272.4º 0.49% 0.2% -
HSV(B) 272.4º 0.66% 0.3% -
XYZ 3.14 2.02 7.06 -
YUV 39.77 148.45 137.43 -
System Red Green Blue C M Y K H S L
Decimal 53 26 76 0.30 0.66 0 0.70 272.4 0.49 0.2
Hex 35 1A 4C 1E 42 0 46 110 31 14
Octal 65 32 114 36 102 0 106 420 61 24
Binary 110101 11010 1001100 11110 1000010 0 1000110 100010000 110001 10100

Color Harmonies of #351A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351A4C

Black with #351A4C

Text Example


Text Example

White with #351A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,26,76); }

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

background-color css

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

 a { background-color: rgb(53,26,76); }

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

border-color css

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

 span { border-color: rgb(53,26,76); }

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