Html Css Color HEX #350047 Blackcurrant

📋 copy color: '#350047'

red 53 ◦ green 0 ◦ blue 71

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

Shades of Blackcurrant #350047

Tints of Blackcurrant #350047

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 71 (28.13% from 255) = 57.26%

R = 42.74%
G = 0%
B = 57.26%

CMYK

 C value IS 0.25

 M value IS 1

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#350047 (or 0x350047) is known color: Blackcurrant. HEX triplet: 35, 00 and 47. RGB value is (53,0,71). Sum of RGB (Red+Green+Blue) = 53+0+71=124 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.74% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 71 (28.12% from 255 or 57.26% from 124); Max value from RGB is 71 - color contains mainly: blue. Hex color #350047 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350047 is #CAFFB8. Grayscale: #171717. Windows color (decimal): -13303737 or 4653109. OLE color: 4653109.

HSL color Cylindrical-coordinate representation of color #350047: hue angle of 284.79º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #350047 is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 0 71 -
CMYK 0.25 1 0 0.72
HSL 284.79º 1% 0.14% -
HSV(B) 284.79º 1% 0.28% -
XYZ 2.61 1.21 6.06 -
YUV 23.94 154.56 148.73 -
System Red Green Blue C M Y K H S L
Decimal 53 0 71 0.25 1 0 0.72 284.79 1 0.14
Hex 35 0 47 19 64 0 48 11D 64 E
Octal 65 0 107 31 144 0 110 435 144 16
Binary 110101 0 1000111 11001 1100100 0 1001000 100011101 1100100 1110

Color Harmonies of #350047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350047

Black with #350047

Text Example


Text Example

White with #350047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350047; }

 p { color: rgb(53,0,71); }

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

background-color css

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

 a { background-color: rgb(53,0,71); }

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

border-color css

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

 span { border-color: rgb(53,0,71); }

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