Html Css Color HEX #36203D Blackcurrant

📋 copy color: '#36203D'

red 54 ◦ green 32 ◦ blue 61

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

Shades of Blackcurrant #36203D

Tints of Blackcurrant #36203D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 41.5%

R = 36.73%
G = 21.77%
B = 41.5%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#36203D (or 0x36203D) is known color: Blackcurrant. HEX triplet: 36, 20 and 3D. RGB value is (54,32,61). Sum of RGB (Red+Green+Blue) = 54+32+61=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 61 (24.22% from 255 or 41.50% from 147); Max value from RGB is 61 - color contains mainly: blue. Hex color #36203D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36203D is #C9DFC2. Grayscale: #292929. Windows color (decimal): -13230019 or 4005942. OLE color: 4005942.

HSL color Cylindrical-coordinate representation of color #36203D: hue angle of 285.52º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #36203D is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 54 32 61 -
CMYK 0.11 0.48 0 0.76
HSL 285.52º 0.31% 0.18% -
HSV(B) 285.52º 0.48% 0.24% -
XYZ 2.88 2.15 4.68 -
YUV 41.88 138.79 136.64 -
System Red Green Blue C M Y K H S L
Decimal 54 32 61 0.11 0.48 0 0.76 285.52 0.31 0.18
Hex 36 20 3D B 30 0 4C 11E 1F 12
Octal 66 40 75 13 60 0 114 436 37 22
Binary 110110 100000 111101 1011 110000 0 1001100 100011110 11111 10010

Color Harmonies of #36203D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36203D

Black with #36203D

Text Example


Text Example

White with #36203D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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