Html Css Color HEX #36013F Blackcurrant

📋 copy color: '#36013F'

red 54 ◦ green 1 ◦ blue 63

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

Shades of Blackcurrant #36013F

Tints of Blackcurrant #36013F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 53.39%

R = 45.76%
G = 0.85%
B = 53.39%

CMYK

 C value IS 0.14

 M value IS 0.98

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#36013F (or 0x36013F) is known color: Blackcurrant. HEX triplet: 36, 01 and 3F. RGB value is (54,1,63). Sum of RGB (Red+Green+Blue) = 54+1+63=118 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.76% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 63 (25% from 255 or 53.39% from 118); Max value from RGB is 63 - color contains mainly: blue. Hex color #36013F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36013F is #C9FEC0. Grayscale: #171717. Windows color (decimal): -13237953 or 4129078. OLE color: 4129078.

HSL color Cylindrical-coordinate representation of color #36013F: hue angle of 291.29º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #36013F is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 54 1 63 -
CMYK 0.14 0.98 0 0.75
HSL 291.29º 0.97% 0.13% -
HSV(B) 291.29º 0.98% 0.25% -
XYZ 2.43 1.16 4.8 -
YUV 23.92 150.06 149.46 -
System Red Green Blue C M Y K H S L
Decimal 54 1 63 0.14 0.98 0 0.75 291.29 0.97 0.13
Hex 36 1 3F E 62 0 4B 123 61 D
Octal 66 1 77 16 142 0 113 443 141 15
Binary 110110 1 111111 1110 1100010 0 1001011 100100011 1100001 1101

Color Harmonies of #36013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36013F

Black with #36013F

Text Example


Text Example

White with #36013F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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