Html Css Color HEX #36023E Blackcurrant

📋 copy color: '#36023E'

red 54 ◦ green 2 ◦ blue 62

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

Shades of Blackcurrant #36023E

Tints of Blackcurrant #36023E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.69%

 BLUE value IS 62 (24.61% from 255) = 52.54%

R = 45.76%
G = 1.69%
B = 52.54%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#36023E (or 0x36023E) is known color: Blackcurrant. HEX triplet: 36, 02 and 3E. RGB value is (54,2,62). Sum of RGB (Red+Green+Blue) = 54+2+62=118 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.76% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 62 (24.61% from 255 or 52.54% from 118); Max value from RGB is 62 - color contains mainly: blue. Hex color #36023E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36023E is #C9FDC1. Grayscale: #181818. Windows color (decimal): -13237698 or 4063798. OLE color: 4063798.

HSL color Cylindrical-coordinate representation of color #36023E: hue angle of 292º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #36023E is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 54 2 62 -
CMYK 0.13 0.97 0 0.76
HSL 292º 0.94% 0.13% -
HSV(B) 292º 0.97% 0.24% -
XYZ 2.41 1.18 4.66 -
YUV 24.39 149.23 149.12 -
System Red Green Blue C M Y K H S L
Decimal 54 2 62 0.13 0.97 0 0.76 292 0.94 0.13
Hex 36 2 3E D 61 0 4C 124 5E D
Octal 66 2 76 15 141 0 114 444 136 15
Binary 110110 10 111110 1101 1100001 0 1001100 100100100 1011110 1101

Color Harmonies of #36023E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36023E

Black with #36023E

Text Example


Text Example

White with #36023E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36023E; }

 p { color: rgb(54,2,62); }

 H1.HeaderClassName
 {
   color: #36023E;
 }
 .AnyTagClassName
 {
   color: #36023E;
 }
</style>

background-color css

<style>
 a { background-color: #36023E; }

 a { background-color: rgb(54,2,62); }

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

border-color css

<style>
 span { border-color: #36023E; }

 span { border-color: rgb(54,2,62); }

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