Html Css Color HEX #36073C Blackcurrant

📋 copy color: '#36073C'

red 54 ◦ green 7 ◦ blue 60

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

Shades of Blackcurrant #36073C

Tints of Blackcurrant #36073C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.79%

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

R = 44.63%
G = 5.79%
B = 49.59%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#36073C (or 0x36073C) is known color: Blackcurrant. HEX triplet: 36, 07 and 3C. RGB value is (54,7,60). Sum of RGB (Red+Green+Blue) = 54+7+60=121 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.63% from 121); Green value is 7 (3.12% from 255 or 5.79% from 121); Blue value is 60 (23.83% from 255 or 49.59% from 121); Max value from RGB is 60 - color contains mainly: blue. Hex color #36073C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36073C is #C9F8C3. Grayscale: #1A1A1A. Windows color (decimal): -13236420 or 3934006. OLE color: 3934006.

HSL color Cylindrical-coordinate representation of color #36073C: hue angle of 293.21º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #36073C is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 54 7 60 -
CMYK 0.10 0.88 0 0.76
HSL 293.21º 0.79% 0.13% -
HSV(B) 293.21º 0.88% 0.24% -
XYZ 2.41 1.26 4.39 -
YUV 27.1 146.57 147.19 -
System Red Green Blue C M Y K H S L
Decimal 54 7 60 0.10 0.88 0 0.76 293.21 0.79 0.13
Hex 36 7 3C A 58 0 4C 125 4F D
Octal 66 7 74 12 130 0 114 445 117 15
Binary 110110 111 111100 1010 1011000 0 1001100 100100101 1001111 1101

Color Harmonies of #36073C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36073C

Black with #36073C

Text Example


Text Example

White with #36073C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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