Html Css Color HEX #36003C Blackcurrant

📋 copy color: '#36003C'

red 54 ◦ green 0 ◦ blue 60

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

Shades of Blackcurrant #36003C

Tints of Blackcurrant #36003C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 52.63%

R = 47.37%
G = 0%
B = 52.63%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#36003C (or 0x36003C) is known color: Blackcurrant. HEX triplet: 36, 00 and 3C. RGB value is (54,0,60). Sum of RGB (Red+Green+Blue) = 54+0+60=114 (15% of max value = 765). Red value is 54 (21.48% from 255 or 47.37% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 60 (23.83% from 255 or 52.63% from 114); Max value from RGB is 60 - color contains mainly: blue. Hex color #36003C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36003C is #C9FFC3. Grayscale: #161616. Windows color (decimal): -13238212 or 3932214. OLE color: 3932214.

HSL color Cylindrical-coordinate representation of color #36003C: hue angle of 294º 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 #36003C is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 54 0 60 -
CMYK 0.10 1 0 0.76
HSL 294º 1% 0.12% -
HSV(B) 294º 1% 0.24% -
XYZ 2.34 1.11 4.37 -
YUV 22.99 148.89 150.12 -
System Red Green Blue C M Y K H S L
Decimal 54 0 60 0.10 1 0 0.76 294 1 0.12
Hex 36 0 3C A 64 0 4C 126 64 C
Octal 66 0 74 12 144 0 114 446 144 14
Binary 110110 0 111100 1010 1100100 0 1001100 100100110 1100100 1100

Color Harmonies of #36003C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36003C

Black with #36003C

Text Example


Text Example

White with #36003C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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