Html Css Color HEX #360B3F Blackcurrant

📋 copy color: '#360B3F'

red 54 ◦ green 11 ◦ blue 63

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

Shades of Blackcurrant #360B3F

Tints of Blackcurrant #360B3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 49.22%

R = 42.19%
G = 8.59%
B = 49.22%

CMYK

 C value IS 0.14

 M value IS 0.83

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#360B3F (or 0x360B3F) is known color: Blackcurrant. HEX triplet: 36, 0B and 3F. RGB value is (54,11,63). Sum of RGB (Red+Green+Blue) = 54+11+63=128 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.19% from 128); Green value is 11 (4.69% from 255 or 8.59% from 128); Blue value is 63 (25% from 255 or 49.22% from 128); Max value from RGB is 63 - color contains mainly: blue. Hex color #360B3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360B3F is #C9F4C0. Grayscale: #1D1D1D. Windows color (decimal): -13235393 or 4131638. OLE color: 4131638.

HSL color Cylindrical-coordinate representation of color #360B3F: hue angle of 289.62º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #360B3F is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 54 11 63 -
CMYK 0.14 0.83 0 0.75
HSL 289.62º 0.7% 0.15% -
HSV(B) 289.62º 0.83% 0.25% -
XYZ 2.54 1.38 4.84 -
YUV 29.79 146.75 145.27 -
System Red Green Blue C M Y K H S L
Decimal 54 11 63 0.14 0.83 0 0.75 289.62 0.7 0.15
Hex 36 B 3F E 53 0 4B 122 46 F
Octal 66 13 77 16 123 0 113 442 106 17
Binary 110110 1011 111111 1110 1010011 0 1001011 100100010 1000110 1111

Color Harmonies of #360B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360B3F

Black with #360B3F

Text Example


Text Example

White with #360B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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