Html Css Color HEX #350342 Blackcurrant

📋 copy color: '#350342'

red 53 ◦ green 3 ◦ blue 66

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

Shades of Blackcurrant #350342

Tints of Blackcurrant #350342

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.46%

 BLUE value IS 66 (26.17% from 255) = 54.1%

R = 43.44%
G = 2.46%
B = 54.1%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#350342 (or 0x350342) is known color: Blackcurrant. HEX triplet: 35, 03 and 42. RGB value is (53,3,66). Sum of RGB (Red+Green+Blue) = 53+3+66=122 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.44% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 66 (26.17% from 255 or 54.10% from 122); Max value from RGB is 66 - color contains mainly: blue. Hex color #350342 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350342 is #CAFCBD. Grayscale: #181818. Windows color (decimal): -13302974 or 4326197. OLE color: 4326197.

HSL color Cylindrical-coordinate representation of color #350342: hue angle of 287.62º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #350342 is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 53 3 66 -
CMYK 0.20 0.95 0 0.74
HSL 287.62º 0.91% 0.14% -
HSV(B) 287.62º 0.95% 0.26% -
XYZ 2.48 1.22 5.26 -
YUV 25.13 151.07 147.88 -
System Red Green Blue C M Y K H S L
Decimal 53 3 66 0.20 0.95 0 0.74 287.62 0.91 0.14
Hex 35 3 42 14 5F 0 4A 120 5B E
Octal 65 3 102 24 137 0 112 440 133 16
Binary 110101 11 1000010 10100 1011111 0 1001010 100100000 1011011 1110

Color Harmonies of #350342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350342

Black with #350342

Text Example


Text Example

White with #350342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350342; }

 p { color: rgb(53,3,66); }

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

background-color css

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

 a { background-color: rgb(53,3,66); }

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

border-color css

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

 span { border-color: rgb(53,3,66); }

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