Html Css Color HEX #351044 Blackcurrant

📋 copy color: '#351044'

red 53 ◦ green 16 ◦ blue 68

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

Shades of Blackcurrant #351044

Tints of Blackcurrant #351044

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.68%

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

R = 38.69%
G = 11.68%
B = 49.64%

CMYK

 C value IS 0.22

 M value IS 0.76

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#351044 (or 0x351044) is known color: Blackcurrant. HEX triplet: 35, 10 and 44. RGB value is (53,16,68). Sum of RGB (Red+Green+Blue) = 53+16+68=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 68 (26.95% from 255 or 49.64% from 137); Max value from RGB is 68 - color contains mainly: blue. Hex color #351044 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351044 is #CAEFBB. Grayscale: #202020. Windows color (decimal): -13299644 or 4460597. OLE color: 4460597.

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

Color convert

RGB 53 16 68 -
CMYK 0.22 0.76 0 0.73
HSL 282.69º 0.62% 0.16% -
HSV(B) 282.69º 0.76% 0.27% -
XYZ 2.7 1.54 5.62 -
YUV 32.99 147.76 142.27 -
System Red Green Blue C M Y K H S L
Decimal 53 16 68 0.22 0.76 0 0.73 282.69 0.62 0.16
Hex 35 10 44 16 4C 0 49 11B 3E 10
Octal 65 20 104 26 114 0 111 433 76 20
Binary 110101 10000 1000100 10110 1001100 0 1001001 100011011 111110 10000

Color Harmonies of #351044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351044

Black with #351044

Text Example


Text Example

White with #351044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351044; }

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

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

background-color css

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

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

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

border-color css

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

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

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