Html Css Color HEX #351D3E Blackcurrant

📋 copy color: '#351D3E'

red 53 ◦ green 29 ◦ blue 62

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

Shades of Blackcurrant #351D3E

Tints of Blackcurrant #351D3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 43.06%

R = 36.81%
G = 20.14%
B = 43.06%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#351D3E (or 0x351D3E) is known color: Blackcurrant. HEX triplet: 35, 1D and 3E. RGB value is (53,29,62). Sum of RGB (Red+Green+Blue) = 53+29+62=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 29 (11.72% from 255 or 20.14% from 144); Blue value is 62 (24.61% from 255 or 43.06% from 144); Max value from RGB is 62 - color contains mainly: blue. Hex color #351D3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351D3E is #CAE2C1. Grayscale: #272727. Windows color (decimal): -13296322 or 4070709. OLE color: 4070709.

HSL color Cylindrical-coordinate representation of color #351D3E: hue angle of 283.64º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #351D3E is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 53 29 62 -
CMYK 0.15 0.53 0 0.76
HSL 283.64º 0.36% 0.18% -
HSV(B) 283.64º 0.53% 0.24% -
XYZ 2.78 1.98 4.79 -
YUV 39.94 140.45 137.32 -
System Red Green Blue C M Y K H S L
Decimal 53 29 62 0.15 0.53 0 0.76 283.64 0.36 0.18
Hex 35 1D 3E F 35 0 4C 11C 24 12
Octal 65 35 76 17 65 0 114 434 44 22
Binary 110101 11101 111110 1111 110101 0 1001100 100011100 100100 10010

Color Harmonies of #351D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351D3E

Black with #351D3E

Text Example


Text Example

White with #351D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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