Html Css Color HEX #35053D Blackcurrant

📋 copy color: '#35053D'

red 53 ◦ green 5 ◦ blue 61

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

Shades of Blackcurrant #35053D

Tints of Blackcurrant #35053D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.2%

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

R = 44.54%
G = 4.2%
B = 51.26%

CMYK

 C value IS 0.13

 M value IS 0.92

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#35053D (or 0x35053D) is known color: Blackcurrant. HEX triplet: 35, 05 and 3D. RGB value is (53,5,61). Sum of RGB (Red+Green+Blue) = 53+5+61=119 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.54% from 119); Green value is 5 (2.34% from 255 or 4.20% from 119); Blue value is 61 (24.22% from 255 or 51.26% from 119); Max value from RGB is 61 - color contains mainly: blue. Hex color #35053D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35053D is #CAFAC2. Grayscale: #191919. Windows color (decimal): -13302467 or 3999029. OLE color: 3999029.

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

Color convert

RGB 53 5 61 -
CMYK 0.13 0.92 0 0.76
HSL 291.43º 0.85% 0.13% -
HSV(B) 291.43º 0.92% 0.24% -
XYZ 2.36 1.2 4.52 -
YUV 25.74 147.9 147.45 -
System Red Green Blue C M Y K H S L
Decimal 53 5 61 0.13 0.92 0 0.76 291.43 0.85 0.13
Hex 35 5 3D D 5C 0 4C 123 55 D
Octal 65 5 75 15 134 0 114 443 125 15
Binary 110101 101 111101 1101 1011100 0 1001100 100100011 1010101 1101

Color Harmonies of #35053D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35053D

Black with #35053D

Text Example


Text Example

White with #35053D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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