Html Css Color HEX #351A44 Blackcurrant

📋 copy color: '#351A44'

red 53 ◦ green 26 ◦ blue 68

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

Shades of Blackcurrant #351A44

Tints of Blackcurrant #351A44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 46.26%

R = 36.05%
G = 17.69%
B = 46.26%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#351A44 (or 0x351A44) is known color: Blackcurrant. HEX triplet: 35, 1A and 44. RGB value is (53,26,68). Sum of RGB (Red+Green+Blue) = 53+26+68=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 26 (10.55% from 255 or 17.69% from 147); Blue value is 68 (26.95% from 255 or 46.26% from 147); Max value from RGB is 68 - color contains mainly: blue. Hex color #351A44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351A44 is #CAE5BB. Grayscale: #262626. Windows color (decimal): -13297084 or 4463157. OLE color: 4463157.

HSL color Cylindrical-coordinate representation of color #351A44: hue angle of 278.57º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #351A44 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 53 26 68 -
CMYK 0.22 0.62 0 0.73
HSL 278.57º 0.45% 0.18% -
HSV(B) 278.57º 0.62% 0.27% -
XYZ 2.88 1.91 5.69 -
YUV 38.86 144.45 138.08 -
System Red Green Blue C M Y K H S L
Decimal 53 26 68 0.22 0.62 0 0.73 278.57 0.45 0.18
Hex 35 1A 44 16 3E 0 49 117 2D 12
Octal 65 32 104 26 76 0 111 427 55 22
Binary 110101 11010 1000100 10110 111110 0 1001001 100010111 101101 10010

Color Harmonies of #351A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351A44

Black with #351A44

Text Example


Text Example

White with #351A44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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