Html Css Color HEX #36004B Blackcurrant

📋 copy color: '#36004B'

red 54 ◦ green 0 ◦ blue 75

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

Shades of Blackcurrant #36004B

Tints of Blackcurrant #36004B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 58.14%

R = 41.86%
G = 0%
B = 58.14%

CMYK

 C value IS 0.28

 M value IS 1

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#36004B (or 0x36004B) is known color: Blackcurrant. HEX triplet: 36, 00 and 4B. RGB value is (54,0,75). Sum of RGB (Red+Green+Blue) = 54+0+75=129 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.86% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 75 (29.69% from 255 or 58.14% from 129); Max value from RGB is 75 - color contains mainly: blue. Hex color #36004B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36004B is #C9FFB4. Grayscale: #181818. Windows color (decimal): -13238197 or 4915254. OLE color: 4915254.

HSL color Cylindrical-coordinate representation of color #36004B: hue angle of 283.2º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #36004B is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 54 0 75 -
CMYK 0.28 1 0 0.71
HSL 283.2º 1% 0.15% -
HSV(B) 283.2º 1% 0.29% -
XYZ 2.79 1.29 6.76 -
YUV 24.7 156.39 148.9 -
System Red Green Blue C M Y K H S L
Decimal 54 0 75 0.28 1 0 0.71 283.2 1 0.15
Hex 36 0 4B 1C 64 0 47 11B 64 F
Octal 66 0 113 34 144 0 107 433 144 17
Binary 110110 0 1001011 11100 1100100 0 1000111 100011011 1100100 1111

Color Harmonies of #36004B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36004B

Black with #36004B

Text Example


Text Example

White with #36004B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36004B; }

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

 H1.HeaderClassName
 {
   color: #36004B;
 }
 .AnyTagClassName
 {
   color: #36004B;
 }
</style>

background-color css

<style>
 a { background-color: #36004B; }

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

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

border-color css

<style>
 span { border-color: #36004B; }

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

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