Html Css Color HEX #35143D Blackcurrant

📋 copy color: '#35143D'

red 53 ◦ green 20 ◦ blue 61

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

Shades of Blackcurrant #35143D

Tints of Blackcurrant #35143D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.93%

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

R = 39.55%
G = 14.93%
B = 45.52%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#35143D (or 0x35143D) is known color: Blackcurrant. HEX triplet: 35, 14 and 3D. RGB value is (53,20,61). Sum of RGB (Red+Green+Blue) = 53+20+61=134 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.55% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 61 (24.22% from 255 or 45.52% from 134); Max value from RGB is 61 - color contains mainly: blue. Hex color #35143D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35143D is #CAEBC2. Grayscale: #222222. Windows color (decimal): -13298627 or 4002869. OLE color: 4002869.

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

Color convert

RGB 53 20 61 -
CMYK 0.13 0.67 0 0.76
HSL 288.29º 0.51% 0.16% -
HSV(B) 288.29º 0.67% 0.24% -
XYZ 2.56 1.59 4.59 -
YUV 34.54 142.93 141.17 -
System Red Green Blue C M Y K H S L
Decimal 53 20 61 0.13 0.67 0 0.76 288.29 0.51 0.16
Hex 35 14 3D D 43 0 4C 120 33 10
Octal 65 24 75 15 103 0 114 440 63 20
Binary 110101 10100 111101 1101 1000011 0 1001100 100100000 110011 10000

Color Harmonies of #35143D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35143D

Black with #35143D

Text Example


Text Example

White with #35143D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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