Html Css Color HEX #360B4A Blackcurrant

📋 copy color: '#360B4A'

red 54 ◦ green 11 ◦ blue 74

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

Shades of Blackcurrant #360B4A

Tints of Blackcurrant #360B4A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.91%

 BLUE value IS 74 (29.3% from 255) = 53.24%

R = 38.85%
G = 7.91%
B = 53.24%

CMYK

 C value IS 0.27

 M value IS 0.85

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#360B4A (or 0x360B4A) is known color: Blackcurrant. HEX triplet: 36, 0B and 4A. RGB value is (54,11,74). Sum of RGB (Red+Green+Blue) = 54+11+74=139 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.85% from 139); Green value is 11 (4.69% from 255 or 7.91% from 139); Blue value is 74 (29.30% from 255 or 53.24% from 139); Max value from RGB is 74 - color contains mainly: blue. Hex color #360B4A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360B4A is #C9F4B5. Grayscale: #1E1E1E. Windows color (decimal): -13235382 or 4852534. OLE color: 4852534.

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

Color convert

RGB 54 11 74 -
CMYK 0.27 0.85 0 0.71
HSL 280.95º 0.74% 0.17% -
HSV(B) 280.95º 0.85% 0.29% -
XYZ 2.88 1.52 6.62 -
YUV 31.04 152.25 144.38 -
System Red Green Blue C M Y K H S L
Decimal 54 11 74 0.27 0.85 0 0.71 280.95 0.74 0.17
Hex 36 B 4A 1B 55 0 47 119 4A 11
Octal 66 13 112 33 125 0 107 431 112 21
Binary 110110 1011 1001010 11011 1010101 0 1000111 100011001 1001010 10001

Color Harmonies of #360B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360B4A

Black with #360B4A

Text Example


Text Example

White with #360B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,11,74); }

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

background-color css

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

 a { background-color: rgb(54,11,74); }

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

border-color css

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

 span { border-color: rgb(54,11,74); }

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