Html Css Color HEX #36003E Blackcurrant

📋 copy color: '#36003E'

red 54 ◦ green 0 ◦ blue 62

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

Shades of Blackcurrant #36003E

Tints of Blackcurrant #36003E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.55%
G = 0%
B = 53.45%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#36003E (or 0x36003E) is known color: Blackcurrant. HEX triplet: 36, 00 and 3E. RGB value is (54,0,62). Sum of RGB (Red+Green+Blue) = 54+0+62=116 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.55% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 62 (24.61% from 255 or 53.45% from 116); Max value from RGB is 62 - color contains mainly: blue. Hex color #36003E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36003E is #C9FFC1. Grayscale: #171717. Windows color (decimal): -13238210 or 4063286. OLE color: 4063286.

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

Color convert

RGB 54 0 62 -
CMYK 0.13 1 0 0.76
HSL 292.26º 1% 0.12% -
HSV(B) 292.26º 1% 0.24% -
XYZ 2.39 1.13 4.65 -
YUV 23.21 149.89 149.96 -
System Red Green Blue C M Y K H S L
Decimal 54 0 62 0.13 1 0 0.76 292.26 1 0.12
Hex 36 0 3E D 64 0 4C 124 64 C
Octal 66 0 76 15 144 0 114 444 144 14
Binary 110110 0 111110 1101 1100100 0 1001100 100100100 1100100 1100

Color Harmonies of #36003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36003E

Black with #36003E

Text Example


Text Example

White with #36003E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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