Html Css Color HEX #36004C Blackcurrant

📋 copy color: '#36004C'

red 54 ◦ green 0 ◦ blue 76

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

Shades of Blackcurrant #36004C

Tints of Blackcurrant #36004C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 76 (30.08% from 255) = 58.46%

R = 41.54%
G = 0%
B = 58.46%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#36004C (or 0x36004C) is known color: Blackcurrant. HEX triplet: 36, 00 and 4C. RGB value is (54,0,76). Sum of RGB (Red+Green+Blue) = 54+0+76=130 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.54% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 76 (30.08% from 255 or 58.46% from 130); Max value from RGB is 76 - color contains mainly: blue. Hex color #36004C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36004C is #C9FFB3. Grayscale: #181818. Windows color (decimal): -13238196 or 4980790. OLE color: 4980790.

HSL color Cylindrical-coordinate representation of color #36004C: hue angle of 282.63º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #36004C is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 54 0 76 -
CMYK 0.29 1 0 0.70
HSL 282.63º 1% 0.15% -
HSV(B) 282.63º 1% 0.3% -
XYZ 2.83 1.31 6.94 -
YUV 24.81 156.89 148.82 -
System Red Green Blue C M Y K H S L
Decimal 54 0 76 0.29 1 0 0.70 282.63 1 0.15
Hex 36 0 4C 1D 64 0 46 11B 64 F
Octal 66 0 114 35 144 0 106 433 144 17
Binary 110110 0 1001100 11101 1100100 0 1000110 100011011 1100100 1111

Color Harmonies of #36004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36004C

Black with #36004C

Text Example


Text Example

White with #36004C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,0,76); }

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

background-color css

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

 a { background-color: rgb(54,0,76); }

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

border-color css

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

 span { border-color: rgb(54,0,76); }

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