Html Css Color HEX #36203F Blackcurrant

📋 copy color: '#36203F'

red 54 ◦ green 32 ◦ blue 63

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

Shades of Blackcurrant #36203F

Tints of Blackcurrant #36203F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.48%

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

R = 36.24%
G = 21.48%
B = 42.28%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#36203F (or 0x36203F) is known color: Blackcurrant. HEX triplet: 36, 20 and 3F. RGB value is (54,32,63). Sum of RGB (Red+Green+Blue) = 54+32+63=149 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.24% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 63 (25% from 255 or 42.28% from 149); Max value from RGB is 63 - color contains mainly: blue. Hex color #36203F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36203F is #C9DFC0. Grayscale: #2A2A2A. Windows color (decimal): -13230017 or 4137014. OLE color: 4137014.

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

Color convert

RGB 54 32 63 -
CMYK 0.14 0.49 0 0.75
HSL 282.58º 0.33% 0.19% -
HSV(B) 282.58º 0.49% 0.25% -
XYZ 2.94 2.18 4.97 -
YUV 42.11 139.79 136.48 -
System Red Green Blue C M Y K H S L
Decimal 54 32 63 0.14 0.49 0 0.75 282.58 0.33 0.19
Hex 36 20 3F E 31 0 4B 11B 21 13
Octal 66 40 77 16 61 0 113 433 41 23
Binary 110110 100000 111111 1110 110001 0 1001011 100011011 100001 10011

Color Harmonies of #36203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36203F

Black with #36203F

Text Example


Text Example

White with #36203F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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