Html Css Color HEX #350242 Blackcurrant

📋 copy color: '#350242'

red 53 ◦ green 2 ◦ blue 66

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

Shades of Blackcurrant #350242

Tints of Blackcurrant #350242

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.65%

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

R = 43.8%
G = 1.65%
B = 54.55%

CMYK

 C value IS 0.20

 M value IS 0.97

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#350242 (or 0x350242) is known color: Blackcurrant. HEX triplet: 35, 02 and 42. RGB value is (53,2,66). Sum of RGB (Red+Green+Blue) = 53+2+66=121 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.80% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 66 (26.17% from 255 or 54.55% from 121); Max value from RGB is 66 - color contains mainly: blue. Hex color #350242 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350242 is #CAFDBD. Grayscale: #181818. Windows color (decimal): -13303230 or 4325941. OLE color: 4325941.

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

Color convert

RGB 53 2 66 -
CMYK 0.20 0.97 0 0.74
HSL 287.81º 0.94% 0.13% -
HSV(B) 287.81º 0.97% 0.26% -
XYZ 2.47 1.19 5.25 -
YUV 24.55 151.4 148.3 -
System Red Green Blue C M Y K H S L
Decimal 53 2 66 0.20 0.97 0 0.74 287.81 0.94 0.13
Hex 35 2 42 14 61 0 4A 120 5E D
Octal 65 2 102 24 141 0 112 440 136 15
Binary 110101 10 1000010 10100 1100001 0 1001010 100100000 1011110 1101

Color Harmonies of #350242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350242

Black with #350242

Text Example


Text Example

White with #350242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350242; }

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

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

background-color css

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

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

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

border-color css

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

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

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