Html Css Color HEX #36144C Blackcurrant

📋 copy color: '#36144C'

red 54 ◦ green 20 ◦ blue 76

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

Shades of Blackcurrant #36144C

Tints of Blackcurrant #36144C

RGB

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

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

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

R = 36%
G = 13.33%
B = 50.67%

CMYK

 C value IS 0.29

 M value IS 0.74

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#36144C (or 0x36144C) is known color: Blackcurrant. HEX triplet: 36, 14 and 4C. RGB value is (54,20,76). Sum of RGB (Red+Green+Blue) = 54+20+76=150 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 76 (30.08% from 255 or 50.67% from 150); Max value from RGB is 76 - color contains mainly: blue. Hex color #36144C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36144C is #C9EBB3. Grayscale: #242424. Windows color (decimal): -13233076 or 4985910. OLE color: 4985910.

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

Color convert

RGB 54 20 76 -
CMYK 0.29 0.74 0 0.70
HSL 276.43º 0.58% 0.19% -
HSV(B) 276.43º 0.74% 0.3% -
XYZ 3.08 1.81 7.02 -
YUV 36.55 150.26 140.45 -
System Red Green Blue C M Y K H S L
Decimal 54 20 76 0.29 0.74 0 0.70 276.43 0.58 0.19
Hex 36 14 4C 1D 4A 0 46 114 3A 13
Octal 66 24 114 35 112 0 106 424 72 23
Binary 110110 10100 1001100 11101 1001010 0 1000110 100010100 111010 10011

Color Harmonies of #36144C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36144C

Black with #36144C

Text Example


Text Example

White with #36144C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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