Html Css Color HEX #350143 Blackcurrant

📋 copy color: '#350143'

red 53 ◦ green 1 ◦ blue 67

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

Shades of Blackcurrant #350143

Tints of Blackcurrant #350143

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.83%

 BLUE value IS 67 (26.56% from 255) = 55.37%

R = 43.8%
G = 0.83%
B = 55.37%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#350143 (or 0x350143) is known color: Blackcurrant. HEX triplet: 35, 01 and 43. RGB value is (53,1,67). Sum of RGB (Red+Green+Blue) = 53+1+67=121 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.80% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 67 (26.56% from 255 or 55.37% from 121); Max value from RGB is 67 - color contains mainly: blue. Hex color #350143 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350143 is #CAFEBC. Grayscale: #171717. Windows color (decimal): -13303485 or 4391221. OLE color: 4391221.

HSL color Cylindrical-coordinate representation of color #350143: hue angle of 287.27º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #350143 is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 53 1 67 -
CMYK 0.21 0.99 0 0.74
HSL 287.27º 0.97% 0.13% -
HSV(B) 287.27º 0.99% 0.26% -
XYZ 2.49 1.18 5.41 -
YUV 24.07 152.23 148.63 -
System Red Green Blue C M Y K H S L
Decimal 53 1 67 0.21 0.99 0 0.74 287.27 0.97 0.13
Hex 35 1 43 15 63 0 4A 11F 61 D
Octal 65 1 103 25 143 0 112 437 141 15
Binary 110101 1 1000011 10101 1100011 0 1001010 100011111 1100001 1101

Color Harmonies of #350143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350143

Black with #350143

Text Example


Text Example

White with #350143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350143; }

 p { color: rgb(53,1,67); }

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

background-color css

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

 a { background-color: rgb(53,1,67); }

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

border-color css

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

 span { border-color: rgb(53,1,67); }

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