Html Css Color HEX #350D51 Blackcurrant

📋 copy color: '#350D51'

red 53 ◦ green 13 ◦ blue 81

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

Shades of Blackcurrant #350D51

Tints of Blackcurrant #350D51

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.84%

 BLUE value IS 81 (32.03% from 255) = 55.1%

R = 36.05%
G = 8.84%
B = 55.1%

CMYK

 C value IS 0.35

 M value IS 0.84

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#350D51 (or 0x350D51) is known color: Blackcurrant. HEX triplet: 35, 0D and 51. RGB value is (53,13,81). Sum of RGB (Red+Green+Blue) = 53+13+81=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 13 (5.47% from 255 or 8.84% from 147); Blue value is 81 (32.03% from 255 or 55.10% from 147); Max value from RGB is 81 - color contains mainly: blue. Hex color #350D51 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350D51 is #CAF2AE. Grayscale: #202020. Windows color (decimal): -13300399 or 5311797. OLE color: 5311797.

HSL color Cylindrical-coordinate representation of color #350D51: hue angle of 275.29º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #350D51 is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 53 13 81 -
CMYK 0.35 0.84 0 0.68
HSL 275.29º 0.72% 0.18% -
HSV(B) 275.29º 0.84% 0.32% -
XYZ 3.1 1.64 7.94 -
YUV 32.71 155.25 142.47 -
System Red Green Blue C M Y K H S L
Decimal 53 13 81 0.35 0.84 0 0.68 275.29 0.72 0.18
Hex 35 D 51 23 54 0 44 113 48 12
Octal 65 15 121 43 124 0 104 423 110 22
Binary 110101 1101 1010001 100011 1010100 0 1000100 100010011 1001000 10010

Color Harmonies of #350D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350D51

Black with #350D51

Text Example


Text Example

White with #350D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350D51; }

 p { color: rgb(53,13,81); }

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

background-color css

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

 a { background-color: rgb(53,13,81); }

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

border-color css

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

 span { border-color: rgb(53,13,81); }

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