Html Css Color HEX #360A44 Blackcurrant

📋 copy color: '#360A44'

red 54 ◦ green 10 ◦ blue 68

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

Shades of Blackcurrant #360A44

Tints of Blackcurrant #360A44

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.58%

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

R = 40.91%
G = 7.58%
B = 51.52%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#360A44 (or 0x360A44) is known color: Blackcurrant. HEX triplet: 36, 0A and 44. RGB value is (54,10,68). Sum of RGB (Red+Green+Blue) = 54+10+68=132 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.91% from 132); Green value is 10 (4.30% from 255 or 7.58% from 132); Blue value is 68 (26.95% from 255 or 51.52% from 132); Max value from RGB is 68 - color contains mainly: blue. Hex color #360A44 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360A44 is #C9F5BB. Grayscale: #1D1D1D. Windows color (decimal): -13235644 or 4459062. OLE color: 4459062.

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

Color convert

RGB 54 10 68 -
CMYK 0.21 0.85 0 0.73
HSL 285.52º 0.74% 0.15% -
HSV(B) 285.52º 0.85% 0.27% -
XYZ 2.67 1.42 5.6 -
YUV 29.77 149.58 145.28 -
System Red Green Blue C M Y K H S L
Decimal 54 10 68 0.21 0.85 0 0.73 285.52 0.74 0.15
Hex 36 A 44 15 55 0 49 11E 4A F
Octal 66 12 104 25 125 0 111 436 112 17
Binary 110110 1010 1000100 10101 1010101 0 1001001 100011110 1001010 1111

Color Harmonies of #360A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360A44

Black with #360A44

Text Example


Text Example

White with #360A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360A44; }

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

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

background-color css

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

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

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

border-color css

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

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

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