Html Css Color HEX #35163C Blackcurrant

📋 copy color: '#35163C'

red 53 ◦ green 22 ◦ blue 60

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

Shades of Blackcurrant #35163C

Tints of Blackcurrant #35163C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 44.44%

R = 39.26%
G = 16.3%
B = 44.44%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#35163C (or 0x35163C) is known color: Blackcurrant. HEX triplet: 35, 16 and 3C. RGB value is (53,22,60). Sum of RGB (Red+Green+Blue) = 53+22+60=135 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.26% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 60 (23.83% from 255 or 44.44% from 135); Max value from RGB is 60 - color contains mainly: blue. Hex color #35163C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35163C is #CAE9C3. Grayscale: #232323. Windows color (decimal): -13298116 or 3937845. OLE color: 3937845.

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

Color convert

RGB 53 22 60 -
CMYK 0.12 0.63 0 0.76
HSL 288.95º 0.46% 0.16% -
HSV(B) 288.95º 0.63% 0.24% -
XYZ 2.57 1.66 4.46 -
YUV 35.6 141.77 140.41 -
System Red Green Blue C M Y K H S L
Decimal 53 22 60 0.12 0.63 0 0.76 288.95 0.46 0.16
Hex 35 16 3C C 3F 0 4C 121 2E 10
Octal 65 26 74 14 77 0 114 441 56 20
Binary 110101 10110 111100 1100 111111 0 1001100 100100001 101110 10000

Color Harmonies of #35163C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35163C

Black with #35163C

Text Example


Text Example

White with #35163C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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