Html Css Color HEX #36073F Blackcurrant

📋 copy color: '#36073F'

red 54 ◦ green 7 ◦ blue 63

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

Shades of Blackcurrant #36073F

Tints of Blackcurrant #36073F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 50.81%

R = 43.55%
G = 5.65%
B = 50.81%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#36073F (or 0x36073F) is known color: Blackcurrant. HEX triplet: 36, 07 and 3F. RGB value is (54,7,63). Sum of RGB (Red+Green+Blue) = 54+7+63=124 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.55% from 124); Green value is 7 (3.12% from 255 or 5.65% from 124); Blue value is 63 (25% from 255 or 50.81% from 124); Max value from RGB is 63 - color contains mainly: blue. Hex color #36073F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36073F is #C9F8C0. Grayscale: #1B1B1B. Windows color (decimal): -13236417 or 4130614. OLE color: 4130614.

HSL color Cylindrical-coordinate representation of color #36073F: hue angle of 290.36º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #36073F is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 54 7 63 -
CMYK 0.14 0.89 0 0.75
HSL 290.36º 0.8% 0.14% -
HSV(B) 290.36º 0.89% 0.25% -
XYZ 2.49 1.3 4.82 -
YUV 27.44 148.07 146.95 -
System Red Green Blue C M Y K H S L
Decimal 54 7 63 0.14 0.89 0 0.75 290.36 0.8 0.14
Hex 36 7 3F E 59 0 4B 122 50 E
Octal 66 7 77 16 131 0 113 442 120 16
Binary 110110 111 111111 1110 1011001 0 1001011 100100010 1010000 1110

Color Harmonies of #36073F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36073F

Black with #36073F

Text Example


Text Example

White with #36073F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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