Html Css Color HEX #350043 Blackcurrant

📋 copy color: '#350043'

red 53 ◦ green 0 ◦ blue 67

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

Shades of Blackcurrant #350043

Tints of Blackcurrant #350043

RGB

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

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

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

R = 44.17%
G = 0%
B = 55.83%

CMYK

 C value IS 0.21

 M value IS 1

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#350043 (or 0x350043) is known color: Blackcurrant. HEX triplet: 35, 00 and 43. RGB value is (53,0,67). Sum of RGB (Red+Green+Blue) = 53+0+67=120 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.17% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 67 (26.56% from 255 or 55.83% from 120); Max value from RGB is 67 - color contains mainly: blue. Hex color #350043 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350043 is #CAFFBC. Grayscale: #171717. Windows color (decimal): -13303741 or 4390965. OLE color: 4390965.

HSL color Cylindrical-coordinate representation of color #350043: hue angle of 287.46º 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 #350043 is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 53 0 67 -
CMYK 0.21 1 0 0.74
HSL 287.46º 1% 0.13% -
HSV(B) 287.46º 1% 0.26% -
XYZ 2.48 1.16 5.4 -
YUV 23.49 152.56 149.05 -
System Red Green Blue C M Y K H S L
Decimal 53 0 67 0.21 1 0 0.74 287.46 1 0.13
Hex 35 0 43 15 64 0 4A 11F 64 D
Octal 65 0 103 25 144 0 112 437 144 15
Binary 110101 0 1000011 10101 1100100 0 1001010 100011111 1100100 1101

Color Harmonies of #350043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350043

Black with #350043

Text Example


Text Example

White with #350043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350043; }

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

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

background-color css

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

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

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

border-color css

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

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

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