Html Css Color HEX #35163D Blackcurrant

📋 copy color: '#35163D'

red 53 ◦ green 22 ◦ blue 61

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

Shades of Blackcurrant #35163D

Tints of Blackcurrant #35163D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.18%

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

R = 38.97%
G = 16.18%
B = 44.85%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#35163D (or 0x35163D) is known color: Blackcurrant. HEX triplet: 35, 16 and 3D. RGB value is (53,22,61). Sum of RGB (Red+Green+Blue) = 53+22+61=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 22 (8.98% from 255 or 16.18% from 136); Blue value is 61 (24.22% from 255 or 44.85% from 136); Max value from RGB is 61 - color contains mainly: blue. Hex color #35163D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35163D is #CAE9C2. Grayscale: #232323. Windows color (decimal): -13298115 or 4003381. OLE color: 4003381.

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

Color convert

RGB 53 22 61 -
CMYK 0.13 0.64 0 0.76
HSL 287.69º 0.47% 0.16% -
HSV(B) 287.69º 0.64% 0.24% -
XYZ 2.6 1.67 4.6 -
YUV 35.72 142.27 140.33 -
System Red Green Blue C M Y K H S L
Decimal 53 22 61 0.13 0.64 0 0.76 287.69 0.47 0.16
Hex 35 16 3D D 40 0 4C 120 2F 10
Octal 65 26 75 15 100 0 114 440 57 20
Binary 110101 10110 111101 1101 1000000 0 1001100 100100000 101111 10000

Color Harmonies of #35163D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35163D

Black with #35163D

Text Example


Text Example

White with #35163D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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