Html Css Color HEX #351A3F Blackcurrant

📋 copy color: '#351A3F'

red 53 ◦ green 26 ◦ blue 63

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

Shades of Blackcurrant #351A3F

Tints of Blackcurrant #351A3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 44.37%

R = 37.32%
G = 18.31%
B = 44.37%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#351A3F (or 0x351A3F) is known color: Blackcurrant. HEX triplet: 35, 1A and 3F. RGB value is (53,26,63). Sum of RGB (Red+Green+Blue) = 53+26+63=142 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.32% from 142); Green value is 26 (10.55% from 255 or 18.31% from 142); Blue value is 63 (25% from 255 or 44.37% from 142); Max value from RGB is 63 - color contains mainly: blue. Hex color #351A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351A3F is #CAE5C0. Grayscale: #262626. Windows color (decimal): -13297089 or 4135477. OLE color: 4135477.

HSL color Cylindrical-coordinate representation of color #351A3F: hue angle of 283.78º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #351A3F is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 26 63 -
CMYK 0.16 0.59 0 0.75
HSL 283.78º 0.42% 0.17% -
HSV(B) 283.78º 0.59% 0.25% -
XYZ 2.73 1.85 4.92 -
YUV 38.29 141.95 138.49 -
System Red Green Blue C M Y K H S L
Decimal 53 26 63 0.16 0.59 0 0.75 283.78 0.42 0.17
Hex 35 1A 3F 10 3B 0 4B 11C 2A 11
Octal 65 32 77 20 73 0 113 434 52 21
Binary 110101 11010 111111 10000 111011 0 1001011 100011100 101010 10001

Color Harmonies of #351A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351A3F

Black with #351A3F

Text Example


Text Example

White with #351A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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