Html Css Color HEX #350042 Blackcurrant

📋 copy color: '#350042'

red 53 ◦ green 0 ◦ blue 66

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

Shades of Blackcurrant #350042

Tints of Blackcurrant #350042

RGB

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

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

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

R = 44.54%
G = 0%
B = 55.46%

CMYK

 C value IS 0.20

 M value IS 1

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#350042 (or 0x350042) is known color: Blackcurrant. HEX triplet: 35, 00 and 42. RGB value is (53,0,66). Sum of RGB (Red+Green+Blue) = 53+0+66=119 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.54% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 66 (26.17% from 255 or 55.46% from 119); Max value from RGB is 66 - color contains mainly: blue. Hex color #350042 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350042 is #CAFFBD. Grayscale: #171717. Windows color (decimal): -13303742 or 4325429. OLE color: 4325429.

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

Color convert

RGB 53 0 66 -
CMYK 0.20 1 0 0.74
HSL 288.18º 1% 0.13% -
HSV(B) 288.18º 1% 0.26% -
XYZ 2.45 1.15 5.25 -
YUV 23.37 152.06 149.13 -
System Red Green Blue C M Y K H S L
Decimal 53 0 66 0.20 1 0 0.74 288.18 1 0.13
Hex 35 0 42 14 64 0 4A 120 64 D
Octal 65 0 102 24 144 0 112 440 144 15
Binary 110101 0 1000010 10100 1100100 0 1001010 100100000 1100100 1101

Color Harmonies of #350042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350042

Black with #350042

Text Example


Text Example

White with #350042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350042; }

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

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

background-color css

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

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

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

border-color css

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

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

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