Html Css Color HEX #36074A Blackcurrant

📋 copy color: '#36074A'

red 54 ◦ green 7 ◦ blue 74

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

Shades of Blackcurrant #36074A

Tints of Blackcurrant #36074A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 54.81%

R = 40%
G = 5.19%
B = 54.81%

CMYK

 C value IS 0.27

 M value IS 0.91

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#36074A (or 0x36074A) is known color: Blackcurrant. HEX triplet: 36, 07 and 4A. RGB value is (54,7,74). Sum of RGB (Red+Green+Blue) = 54+7+74=135 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40% from 135); Green value is 7 (3.12% from 255 or 5.19% from 135); Blue value is 74 (29.30% from 255 or 54.81% from 135); Max value from RGB is 74 - color contains mainly: blue. Hex color #36074A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36074A is #C9F8B5. Grayscale: #1C1C1C. Windows color (decimal): -13236406 or 4851510. OLE color: 4851510.

HSL color Cylindrical-coordinate representation of color #36074A: hue angle of 282.09º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #36074A is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 54 7 74 -
CMYK 0.27 0.91 0 0.71
HSL 282.09º 0.83% 0.16% -
HSV(B) 282.09º 0.91% 0.29% -
XYZ 2.83 1.43 6.61 -
YUV 28.69 153.57 146.05 -
System Red Green Blue C M Y K H S L
Decimal 54 7 74 0.27 0.91 0 0.71 282.09 0.83 0.16
Hex 36 7 4A 1B 5B 0 47 11A 53 10
Octal 66 7 112 33 133 0 107 432 123 20
Binary 110110 111 1001010 11011 1011011 0 1000111 100011010 1010011 10000

Color Harmonies of #36074A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36074A

Black with #36074A

Text Example


Text Example

White with #36074A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36074A; }

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

 H1.HeaderClassName
 {
   color: #36074A;
 }
 .AnyTagClassName
 {
   color: #36074A;
 }
</style>

background-color css

<style>
 a { background-color: #36074A; }

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

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

border-color css

<style>
 span { border-color: #36074A; }

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

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