Html Css Color HEX #361244 Blackcurrant

📋 copy color: '#361244'

red 54 ◦ green 18 ◦ blue 68

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

Shades of Blackcurrant #361244

Tints of Blackcurrant #361244

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.86%

 BLUE value IS 68 (26.95% from 255) = 48.57%

R = 38.57%
G = 12.86%
B = 48.57%

CMYK

 C value IS 0.21

 M value IS 0.74

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#361244 (or 0x361244) is known color: Blackcurrant. HEX triplet: 36, 12 and 44. RGB value is (54,18,68). Sum of RGB (Red+Green+Blue) = 54+18+68=140 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.57% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 68 (26.95% from 255 or 48.57% from 140); Max value from RGB is 68 - color contains mainly: blue. Hex color #361244 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361244 is #C9EDBB. Grayscale: #222222. Windows color (decimal): -13233596 or 4461110. OLE color: 4461110.

HSL color Cylindrical-coordinate representation of color #361244: hue angle of 283.2º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #361244 is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 54 18 68 -
CMYK 0.21 0.74 0 0.73
HSL 283.2º 0.58% 0.17% -
HSV(B) 283.2º 0.74% 0.27% -
XYZ 2.78 1.63 5.64 -
YUV 34.46 146.93 141.93 -
System Red Green Blue C M Y K H S L
Decimal 54 18 68 0.21 0.74 0 0.73 283.2 0.58 0.17
Hex 36 12 44 15 4A 0 49 11B 3A 11
Octal 66 22 104 25 112 0 111 433 72 21
Binary 110110 10010 1000100 10101 1001010 0 1001001 100011011 111010 10001

Color Harmonies of #361244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361244

Black with #361244

Text Example


Text Example

White with #361244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361244; }

 p { color: rgb(54,18,68); }

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

background-color css

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

 a { background-color: rgb(54,18,68); }

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

border-color css

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

 span { border-color: rgb(54,18,68); }

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