Html Css Color HEX #36013D Blackcurrant

📋 copy color: '#36013D'

red 54 ◦ green 1 ◦ blue 61

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

Shades of Blackcurrant #36013D

Tints of Blackcurrant #36013D

RGB

 RED value IS 54 (21.48% from 255) = 46.55%

 GREEN value IS 1 (0.78% from 255) = 0.86%

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

R = 46.55%
G = 0.86%
B = 52.59%

CMYK

 C value IS 0.11

 M value IS 0.98

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#36013D (or 0x36013D) is known color: Blackcurrant. HEX triplet: 36, 01 and 3D. RGB value is (54,1,61). Sum of RGB (Red+Green+Blue) = 54+1+61=116 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.55% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 61 (24.22% from 255 or 52.59% from 116); Max value from RGB is 61 - color contains mainly: blue. Hex color #36013D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36013D is #C9FEC2. Grayscale: #171717. Windows color (decimal): -13237955 or 3998006. OLE color: 3998006.

HSL color Cylindrical-coordinate representation of color #36013D: hue angle of 293º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #36013D is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 54 1 61 -
CMYK 0.11 0.98 0 0.76
HSL 293º 0.97% 0.12% -
HSV(B) 293º 0.98% 0.24% -
XYZ 2.37 1.14 4.51 -
YUV 23.69 149.06 149.62 -
System Red Green Blue C M Y K H S L
Decimal 54 1 61 0.11 0.98 0 0.76 293 0.97 0.12
Hex 36 1 3D B 62 0 4C 125 61 C
Octal 66 1 75 13 142 0 114 445 141 14
Binary 110110 1 111101 1011 1100010 0 1001100 100100101 1100001 1100

Color Harmonies of #36013D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36013D

Black with #36013D

Text Example


Text Example

White with #36013D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,1,61); }

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

background-color css

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

 a { background-color: rgb(54,1,61); }

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

border-color css

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

 span { border-color: rgb(54,1,61); }

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