Html Css Color HEX #36193F Blackcurrant

📋 copy color: '#36193F'

red 54 ◦ green 25 ◦ blue 63

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

Shades of Blackcurrant #36193F

Tints of Blackcurrant #36193F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.61%

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

R = 38.03%
G = 17.61%
B = 44.37%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#36193F (or 0x36193F) is known color: Blackcurrant. HEX triplet: 36, 19 and 3F. RGB value is (54,25,63). Sum of RGB (Red+Green+Blue) = 54+25+63=142 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.03% from 142); Green value is 25 (10.16% from 255 or 17.61% from 142); Blue value is 63 (25% from 255 or 44.37% from 142); Max value from RGB is 63 - color contains mainly: blue. Hex color #36193F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36193F is #C9E6C0. Grayscale: #252525. Windows color (decimal): -13231809 or 4135222. OLE color: 4135222.

HSL color Cylindrical-coordinate representation of color #36193F: hue angle of 285.79º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #36193F is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 54 25 63 -
CMYK 0.14 0.60 0 0.75
HSL 285.79º 0.43% 0.17% -
HSV(B) 285.79º 0.6% 0.25% -
XYZ 2.77 1.84 4.91 -
YUV 38 142.11 139.41 -
System Red Green Blue C M Y K H S L
Decimal 54 25 63 0.14 0.60 0 0.75 285.79 0.43 0.17
Hex 36 19 3F E 3C 0 4B 11E 2B 11
Octal 66 31 77 16 74 0 113 436 53 21
Binary 110110 11001 111111 1110 111100 0 1001011 100011110 101011 10001

Color Harmonies of #36193F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36193F

Black with #36193F

Text Example


Text Example

White with #36193F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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