Html Css Color HEX #360043 Blackcurrant

📋 copy color: '#360043'

red 54 ◦ green 0 ◦ blue 67

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

Shades of Blackcurrant #360043

Tints of Blackcurrant #360043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 55.37%

R = 44.63%
G = 0%
B = 55.37%

CMYK

 C value IS 0.19

 M value IS 1

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#360043 (or 0x360043) is known color: Blackcurrant. HEX triplet: 36, 00 and 43. RGB value is (54,0,67). Sum of RGB (Red+Green+Blue) = 54+0+67=121 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.63% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 67 (26.56% from 255 or 55.37% from 121); Max value from RGB is 67 - color contains mainly: blue. Hex color #360043 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360043 is #C9FFBC. Grayscale: #171717. Windows color (decimal): -13238205 or 4390966. OLE color: 4390966.

HSL color Cylindrical-coordinate representation of color #360043: hue angle of 288.36º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #360043 is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 54 0 67 -
CMYK 0.19 1 0 0.74
HSL 288.36º 1% 0.13% -
HSV(B) 288.36º 1% 0.26% -
XYZ 2.53 1.19 5.41 -
YUV 23.78 152.39 149.55 -
System Red Green Blue C M Y K H S L
Decimal 54 0 67 0.19 1 0 0.74 288.36 1 0.13
Hex 36 0 43 13 64 0 4A 120 64 D
Octal 66 0 103 23 144 0 112 440 144 15
Binary 110110 0 1000011 10011 1100100 0 1001010 100100000 1100100 1101

Color Harmonies of #360043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360043

Black with #360043

Text Example


Text Example

White with #360043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360043; }

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

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

background-color css

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

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

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

border-color css

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

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

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