Html Css Color HEX #36003F Blackcurrant

📋 copy color: '#36003F'

red 54 ◦ green 0 ◦ blue 63

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

Shades of Blackcurrant #36003F

Tints of Blackcurrant #36003F

RGB

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

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

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

R = 46.15%
G = 0%
B = 53.85%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#36003F (or 0x36003F) is known color: Blackcurrant. HEX triplet: 36, 00 and 3F. RGB value is (54,0,63). Sum of RGB (Red+Green+Blue) = 54+0+63=117 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.15% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 63 (25% from 255 or 53.85% from 117); Max value from RGB is 63 - color contains mainly: blue. Hex color #36003F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36003F is #C9FFC0. Grayscale: #171717. Windows color (decimal): -13238209 or 4128822. OLE color: 4128822.

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

Color convert

RGB 54 0 63 -
CMYK 0.14 1 0 0.75
HSL 291.43º 1% 0.12% -
HSV(B) 291.43º 1% 0.25% -
XYZ 2.42 1.14 4.8 -
YUV 23.33 150.39 149.88 -
System Red Green Blue C M Y K H S L
Decimal 54 0 63 0.14 1 0 0.75 291.43 1 0.12
Hex 36 0 3F E 64 0 4B 123 64 C
Octal 66 0 77 16 144 0 113 443 144 14
Binary 110110 0 111111 1110 1100100 0 1001011 100100011 1100100 1100

Color Harmonies of #36003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36003F

Black with #36003F

Text Example


Text Example

White with #36003F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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