Html Css Color HEX #35043D Blackcurrant

📋 copy color: '#35043D'

red 53 ◦ green 4 ◦ blue 61

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

Shades of Blackcurrant #35043D

Tints of Blackcurrant #35043D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.39%

 BLUE value IS 61 (24.22% from 255) = 51.69%

R = 44.92%
G = 3.39%
B = 51.69%

CMYK

 C value IS 0.13

 M value IS 0.93

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#35043D (or 0x35043D) is known color: Blackcurrant. HEX triplet: 35, 04 and 3D. RGB value is (53,4,61). Sum of RGB (Red+Green+Blue) = 53+4+61=118 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.92% from 118); Green value is 4 (1.95% from 255 or 3.39% from 118); Blue value is 61 (24.22% from 255 or 51.69% from 118); Max value from RGB is 61 - color contains mainly: blue. Hex color #35043D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35043D is #CAFBC2. Grayscale: #181818. Windows color (decimal): -13302723 or 3998773. OLE color: 3998773.

HSL color Cylindrical-coordinate representation of color #35043D: hue angle of 291.58º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #35043D is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 53 4 61 -
CMYK 0.13 0.93 0 0.76
HSL 291.58º 0.88% 0.13% -
HSV(B) 291.58º 0.93% 0.24% -
XYZ 2.35 1.18 4.52 -
YUV 25.15 148.23 147.87 -
System Red Green Blue C M Y K H S L
Decimal 53 4 61 0.13 0.93 0 0.76 291.58 0.88 0.13
Hex 35 4 3D D 5D 0 4C 124 58 D
Octal 65 4 75 15 135 0 114 444 130 15
Binary 110101 100 111101 1101 1011101 0 1001100 100100100 1011000 1101

Color Harmonies of #35043D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35043D

Black with #35043D

Text Example


Text Example

White with #35043D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35043D; }

 p { color: rgb(53,4,61); }

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

background-color css

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

 a { background-color: rgb(53,4,61); }

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

border-color css

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

 span { border-color: rgb(53,4,61); }

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