Html Css Color HEX #36143F Blackcurrant

📋 copy color: '#36143F'

red 54 ◦ green 20 ◦ blue 63

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

Shades of Blackcurrant #36143F

Tints of Blackcurrant #36143F

RGB

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

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

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

R = 39.42%
G = 14.6%
B = 45.99%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#36143F (or 0x36143F) is known color: Blackcurrant. HEX triplet: 36, 14 and 3F. RGB value is (54,20,63). Sum of RGB (Red+Green+Blue) = 54+20+63=137 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.42% from 137); Green value is 20 (8.20% from 255 or 14.60% from 137); Blue value is 63 (25% from 255 or 45.99% from 137); Max value from RGB is 63 - color contains mainly: blue. Hex color #36143F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36143F is #C9EBC0. Grayscale: #222222. Windows color (decimal): -13233089 or 4133942. OLE color: 4133942.

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

Color convert

RGB 54 20 63 -
CMYK 0.14 0.68 0 0.75
HSL 287.44º 0.52% 0.16% -
HSV(B) 287.44º 0.68% 0.25% -
XYZ 2.67 1.64 4.88 -
YUV 35.07 143.76 141.5 -
System Red Green Blue C M Y K H S L
Decimal 54 20 63 0.14 0.68 0 0.75 287.44 0.52 0.16
Hex 36 14 3F E 44 0 4B 11F 34 10
Octal 66 24 77 16 104 0 113 437 64 20
Binary 110110 10100 111111 1110 1000100 0 1001011 100011111 110100 10000

Color Harmonies of #36143F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36143F

Black with #36143F

Text Example


Text Example

White with #36143F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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