Html Css Color HEX #351F3F Blackcurrant

📋 copy color: '#351F3F'

red 53 ◦ green 31 ◦ blue 63

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

Shades of Blackcurrant #351F3F

Tints of Blackcurrant #351F3F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 21.09%

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

R = 36.05%
G = 21.09%
B = 42.86%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#351F3F (or 0x351F3F) is known color: Blackcurrant. HEX triplet: 35, 1F and 3F. RGB value is (53,31,63). Sum of RGB (Red+Green+Blue) = 53+31+63=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 31 (12.5% from 255 or 21.09% from 147); Blue value is 63 (25% from 255 or 42.86% from 147); Max value from RGB is 63 - color contains mainly: blue. Hex color #351F3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351F3F is #CAE0C0. Grayscale: #292929. Windows color (decimal): -13295809 or 4136757. OLE color: 4136757.

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

Color convert

RGB 53 31 63 -
CMYK 0.16 0.51 0 0.75
HSL 281.25º 0.34% 0.18% -
HSV(B) 281.25º 0.51% 0.25% -
XYZ 2.86 2.1 4.96 -
YUV 41.23 140.29 136.4 -
System Red Green Blue C M Y K H S L
Decimal 53 31 63 0.16 0.51 0 0.75 281.25 0.34 0.18
Hex 35 1F 3F 10 33 0 4B 119 22 12
Octal 65 37 77 20 63 0 113 431 42 22
Binary 110101 11111 111111 10000 110011 0 1001011 100011001 100010 10010

Color Harmonies of #351F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351F3F

Black with #351F3F

Text Example


Text Example

White with #351F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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